[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;