EventCommand 列舉

定義

描述傳遞至 Command 回呼的命令 (OnEventCommand(EventCommandEventArgs) 屬性)。

public enum class EventCommand
public enum EventCommand
type EventCommand = 
Public Enum EventCommand
繼承
EventCommand

欄位

Disable -3

停用事件。

Enable -2

啟用事件。

SendManifest -1

傳送資訊清單。

Update 0

更新事件。

適用於