An NDoc Documented Class Library

ListViewEvent.Create Method 

[Visual Basic]
Shared Public Function Create( _ 
   ByVal listView As ListView, _ 
   ByVal eventArgs As AutomationPropertyChangedEventArgs _ 
) As UserEvent
[C#]
public static UserEvent Create(
   ListView listView,
   AutomationPropertyChangedEventArgs eventArgs
);
[C++]
public: static UserEvent* Create(
   ListView* listView,
   AutomationPropertyChangedEventArgs* eventArgs
);
[JScript]
public static function Create(
   ListView listView,
   AutomationPropertyChangedEventArgs eventArgs
): UserEvent;

See Also

ListViewEvent Class | White.Core.UIItemEvents Namespace