GelPropertyChangedCallback Delegate
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Delegate Sub GelPropertyChangedCallback ( _
d As GelDependencyObject, _
e As GelPropertyChangedEventArgs _
)
public delegate void GelPropertyChangedCallback(
GelDependencyObject d,
GelPropertyChangedEventArgs e
)