DataGridTableStyle::LinkHoverColorChanged Event

 
Use BaseTrue

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when the LinkHoverColor value changes.

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

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

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

.NET Framework
Available since 1.1
Return to top
Show: