Method | Description | |
---|---|---|
RaiseEvent ( this sender, EventHandler evnt ) : void |
Замена для функций вида OnEvent
|
|
SafeInvoke ( this ctrl, System.Action cmd ) : void |
Функция упрощающая использование Invoke() для Windows Forms приложений
|
public static RaiseEvent ( this sender, EventHandler evnt ) : void | ||
sender | this | |
evnt | EventHandler | |
return | void |
public static SafeInvoke ( this ctrl, System.Action cmd ) : void | ||
ctrl | this | Элемент управления для которого необходимо вызвать Invoke() |
cmd | System.Action | |
return | void |