C# Class LitDev.LDEvents

Datei anzeigen Open project: litdev1/LitDev Class Usage Examples

Private Properties

Property Type Description
_FileSystemWatcherEvent void
_MouseDoubleClickEvent void
_ResizedEvent void

Public Methods

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

Private Methods

Method 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 method

public static _Error ( Object sender, ErrorEventArgs e ) : void
sender Object
e ErrorEventArgs
return void

_MouseWheelEvent() public static method

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