Fires when PropertyGrid shows component attributess

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

Syntax

Visual Basic (Declaration)
Event FilterAttributes As FilterEventHandler
C#
event FilterEventHandler FilterAttributes
Visual C++
 event FilterEventHandler^ FilterAttributes {
	void add (FilterEventHandler^ value);
	void remove (FilterEventHandler^ value);
}
JavaScript
function add_filterAttributes(value);
function remove_filterAttributes(value);

See Also