Method | Description | |
---|---|---|
RibbonDismissPopupEventArgs ( ) : System |
This is an instance constructor for the RibbonDismissPopupEventArgs class. It is constructed with a reference to the event being raised.
|
|
RibbonDismissPopupEventArgs ( RibbonDismissPopupMode dismissMode ) : System |
Method | Description | |
---|---|---|
InvokeEventHandler ( |
This method is used to perform the proper type casting in order to call the type-safe RibbonDismissPopupEventArgs delegate for the DismissPopupEvent event.
|
protected InvokeEventHandler ( |
||
genericHandler | The handler to invoke. | |
genericTarget | object | The current object along the event's route. |
return | void |
public RibbonDismissPopupEventArgs ( ) : System | ||
return | System |
public RibbonDismissPopupEventArgs ( RibbonDismissPopupMode dismissMode ) : System | ||
dismissMode | RibbonDismissPopupMode | |
return | System |