ExtensionMethods::RaiseEvent Method (NotifyCollectionChangedEventHandler^, Object^, NotifyCollectionChangedEventArgs^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
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.

Return to top
Show: