EventCommandEventArgs.EnableEvent(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the event that has the specified identifier.
public:
bool EnableEvent(int eventId);
public bool EnableEvent (int eventId);
member this.EnableEvent : int -> bool
Public Function EnableEvent (eventId As Integer) As Boolean
Parameters
- eventId
- Int32
The identifier of the event to enable.
Returns
true
if eventId
is in range; otherwise, false
.
Remarks
You can turn on all events in an event listener by calling EnableEvent starting with eventID
= 1 and continuing until EnableEvent returns false
.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา