C# Class SourceGrid.ScrollPositionChangedEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
ScrollPositionChangedEventArgs ( int p_NewValue, int p_OldValue ) : System

Method Details

ScrollPositionChangedEventArgs() public method

public ScrollPositionChangedEventArgs ( int p_NewValue, int p_OldValue ) : System
p_NewValue int
p_OldValue int
return System