INodeStateChanged.StateChangedHandler 속성

Gets the event handler that is used to notify the object that the state is changed.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property StateChangedHandler As EventHandler 
    Get
‘사용 방법
Dim instance As INodeStateChanged 
Dim value As EventHandler 

value = instance.StateChangedHandler
EventHandler StateChangedHandler { get; }
property EventHandler^ StateChangedHandler {
    EventHandler^ get ();
}
abstract StateChangedHandler : EventHandler
function get StateChangedHandler () : EventHandler

속성 값

유형: System.EventHandler
An event that notifies the changes in the states of an object.

참고 항목

참조

INodeStateChanged 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스