BehaviorService::Synchronize Event

 

Occurs when the current selection should be refreshed.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

public:
event EventHandler^ Synchronize {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

For more information about handling events, see Handling and Raising Events.

.NET Framework
Available since 2.0
Return to top
Show: