C1WebTopicBarGroupBeforeEventHandler use for the following events: C1WebTopicBar.GroupCollapsing C1WebTopicBar.GroupExpanding C1WebTreeView.GroupCollapsing C1WebTreeView.GroupExpanding C1WebTabStrip.TabChanging

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public class C1WebGroupBeforeEventArgs : CancelEventArgs
Visual Basic (Declaration)
Public Class C1WebGroupBeforeEventArgs _
	Inherits CancelEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.CancelEventArgs
      C1.Web.Command..::.C1WebGroupBeforeEventArgs

See Also