C# Class Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs

Event args for DismissPopup event.
Inheritance: System.Windows.RoutedEventArgs
Mostrar archivo Open project: kasicass/kasicass Class Usage Examples

Public Methods

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

Protected Methods

Method Description
InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void

This method is used to perform the proper type casting in order to call the type-safe RibbonDismissPopupEventArgs delegate for the DismissPopupEvent event.

Method Details

InvokeEventHandler() protected method

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 ( Delegate genericHandler, object genericTarget ) : void
genericHandler System.Delegate The handler to invoke.
genericTarget object The current object along the event's route.
return void

RibbonDismissPopupEventArgs() public method

This is an instance constructor for the RibbonDismissPopupEventArgs class. It is constructed with a reference to the event being raised.
public RibbonDismissPopupEventArgs ( ) : System
return System

RibbonDismissPopupEventArgs() public method

public RibbonDismissPopupEventArgs ( RibbonDismissPopupMode dismissMode ) : System
dismissMode RibbonDismissPopupMode
return System