संपादित करें

इसके माध्यम से साझा किया गया


EventCommand Enum

Definition

Describes the command (Command property) that is passed to the OnEventCommand(EventCommandEventArgs) callback.

public enum class EventCommand
public enum EventCommand
type EventCommand = 
Public Enum EventCommand
Inheritance
EventCommand

Fields

Disable -3

Disable the event.

Enable -2

Enable the event.

SendManifest -1

Send the manifest.

Update 0

Update the event.

Applies to