TabPageCollectionChangedEventHandler Delegate

Delegate for firing events in TabPageCollection class.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public delegate void TabPageCollectionChangedEventHandler(
	Object sender,
	TabPageCollectionEventArgs e
)

Parameters

sender  Object
Object which raised the event.
e  TabPageCollectionEventArgs
Parameters for the event.

See Also