C# Class LitDev.LDEvents

Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Private Properties

Свойство Type Description
_FileSystemWatcherEvent void
_MouseDoubleClickEvent void
_ResizedEvent void

Méthodes publiques

Méthode Description
_Error ( Object sender, ErrorEventArgs e ) : void
_MouseWheelEvent ( Object sender, System.Windows.Input.MouseWheelEventArgs e ) : void

Private Methods

Méthode Description
_FileSystemWatcherEvent ( Object sender, FileSystemEventArgs e ) : void
_MouseDoubleClickEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
_ResizedEvent ( Object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

_Error() public static méthode

public static _Error ( Object sender, ErrorEventArgs e ) : void
sender Object
e ErrorEventArgs
Résultat void

_MouseWheelEvent() public static méthode

public static _MouseWheelEvent ( Object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
sender Object
e System.Windows.Input.MouseWheelEventArgs
Résultat void