EventDispatcher.Controller Property
public EventController Controller {get; set;}
This language is not supported or no code example is available.
public:
property EventController^ Controller {
EventController^ get( );
void set(
EventController^ value
);
}
This language is not supported or no code example is available.
public function get Controller() : EventController;
public function set Controller(value : EventController);
This language is not supported or no code example is available.