Raises the IconChanged event.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly:   Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable Sub OnIconChanged ( _
	view As View _
)
C#
protected virtual void OnIconChanged (
	View view
)
Visual C++
protected:
virtual void OnIconChanged (
	View view
)

Parameters

view
A View mode for which the icon has been changed.

See Also