This event is generated whenever the TargetImageKit property changes.

[Visual Basic] Public Event TargetImageKitChanged As EventHandler
[C#] public event EventHandler TargetImageKitChanged;

Event Data

This event handler accepts parmeters of type EventArgs

Explanation

The TargetImageKitChanged event is generated whenever the TargetImageKit property changes.

When one ToolBar control is used with multiple ImageKit controls and the focus changes from one ImageKit control to another (i.e. the TargetImageKit property changes), you can use this event to retrieve which ImageKit control has focus.

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation

 

The ImageKit.NET3 is created by Newtone Corporation