[To be supplied.]
The following declaration shows the syntax for a method that handles the PositionChanged event.
[Visual Basic] Private Sub ListManagerName_PositionChanged( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void ListManagerName_PositionChanged( object sender, EventArgs e ); [C++] private: void ListManagerName_PositionChanged( Object* sender, EventArgs* e ); [JScript] private ListManagerName_PositionChanged( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
ListManager Class | ListManager MembersTopic | System.WinForms Namespace