Method | Description | |
---|---|---|
DismissPopupEventArgs ( ) : System |
Standard constructor
|
|
DismissPopupEventArgs ( DismissPopupMode dismissMode ) : System |
Constructor
|
Method | Description | |
---|---|---|
InvokeEventHandler ( |
When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation.
|
public DismissPopupEventArgs ( DismissPopupMode dismissMode ) : System | ||
dismissMode | DismissPopupMode | Dismiss mode |
return | System |
protected InvokeEventHandler ( |
||
genericHandler | The generic handler / delegate implementation to be invoked. | |
genericTarget | object | The target on which the provided handler should be invoked. |
return | void |