EventManager.Dispatcher Property

Gets or sets the dispatcher.
public EventDispatcher Dispatcher {get; set;}
This language is not supported or no code example is available.
public:  
property EventDispatcher^ Dispatcher { 
EventDispatcher^ get( ); 
void set( 
EventDispatcher^ value 
); 
}
This language is not supported or no code example is available.
public function get Dispatcher() : EventDispatcher
public function set Dispatcher(value : EventDispatcher);
This language is not supported or no code example is available.

Property Value

EventDispatcher

The dispatcher.

In this article

Definition