ExtensionMethods::RaiseEvent Method (PropertyChangingEventHandler^, Object^, String^)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static void RaiseEvent(
	PropertyChangingEventHandler^ eventHandler,
	Object^ source,
	String^ propertyName
)

Parameters

eventHandler
Type: System.ComponentModel::PropertyChangingEventHandler^

source
Type: System::Object^

propertyName
Type: System::String^

Return to top
Show: