DataGridColumnStyle::FontChanged Event

 
Use BaseTrue

Occurs when the column's font changes.

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

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

.NET Framework
Available since 1.1
Return to top
Show: