ExtensionMethods::RaiseEvent Method (NotifyCollectionChangedEventHandler^, Object^, NotifyCollectionChangedEventArgs^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [ExtensionAttribute] static void RaiseEvent( NotifyCollectionChangedEventHandler^ eventHandler, Object^ source, NotifyCollectionChangedEventArgs^ args )
Parameters
- eventHandler
-
Type:
System.Collections.Specialized::NotifyCollectionChangedEventHandler^
The event handler.
- source
-
Type:
System::Object^
The source of the event.
- args
-
Type:
System.Collections.Specialized::NotifyCollectionChangedEventArgs^
The event arguments.
Show: