Fires when PropertyGrid shows component events

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Event FilterEvents As FilterEventHandler
C#
event FilterEventHandler FilterEvents
Visual C++
 event FilterEventHandler^ FilterEvents {
	void add (FilterEventHandler^ value);
	void remove (FilterEventHandler^ value);
}
JavaScript
function add_filterEvents(value);
function remove_filterEvents(value);

See Also