Represents arguments for events fired by TabPageCollection.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public class TabPageCollectionEventArgs : EventArgs
Visual Basic (Declaration)
Public Class TabPageCollectionEventArgs _
	Inherits EventArgs
Visual C++
public ref class TabPageCollectionEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    BeeMobile.ToolBar..::.TabPageCollectionEventArgs

See Also