'Declaration
<ExtensionAttribute()> Public Shared Sub NotifyDesignerOfChange( _ ByVal component As IComponent _ )
'Usage
Dim component As IComponent IComponentExtension.NotifyDesignerOfChange(component)
[Extension()] public static void NotifyDesignerOfChange( IComponent component )
[Extension()] public: static void NotifyDesignerOfChange( IComponent^ component )
Parameters
- component