Property | Type | Description | |
---|---|---|---|
_FileSystemWatcherEvent | void | ||
_MouseDoubleClickEvent | void | ||
_ResizedEvent | void |
Method | Description | |
---|---|---|
_Error ( Object sender, ErrorEventArgs e ) : void | ||
_MouseWheelEvent ( Object sender, System.Windows.Input.MouseWheelEventArgs e ) : void |
Method | Description | |
---|---|---|
_FileSystemWatcherEvent ( Object sender, |
||
_MouseDoubleClickEvent ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
_ResizedEvent ( Object sender, System.Windows.SizeChangedEventArgs e ) : void |
public static _Error ( Object sender, ErrorEventArgs e ) : void | ||
sender | Object | |
e | ErrorEventArgs | |
return | void |
public static _MouseWheelEvent ( Object sender, System.Windows.Input.MouseWheelEventArgs e ) : void | ||
sender | Object | |
e | System.Windows.Input.MouseWheelEventArgs | |
return | void |