C# Class Fluent.DismissPopupEventArgs

Dismiss popup arguments
Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
DismissPopupEventArgs ( ) : System

Standard constructor

DismissPopupEventArgs ( DismissPopupMode dismissMode ) : System

Constructor

Méthodes protégées

Méthode Description
InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void

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.

Method Details

DismissPopupEventArgs() public méthode

Standard constructor
public DismissPopupEventArgs ( ) : System
Résultat System

DismissPopupEventArgs() public méthode

Constructor
public DismissPopupEventArgs ( DismissPopupMode dismissMode ) : System
dismissMode DismissPopupMode Dismiss mode
Résultat System

InvokeEventHandler() protected méthode

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.
protected InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void
genericHandler System.Delegate The generic handler / delegate implementation to be invoked.
genericTarget object The target on which the provided handler should be invoked.
Résultat void