C1WebCommandEventArgs is used by the following events: C1WebCustomControl.ItemClick C1WebCustomControl.ItemSelected C1WebTreeView.ItemPopulate

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

Syntax

C#
public class C1WebCommandEventArgs : CommandEventArgs
Visual Basic (Declaration)
Public Class C1WebCommandEventArgs _
	Inherits CommandEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Web.UI.WebControls..::.CommandEventArgs
      C1.Web.Command..::.C1WebCommandEventArgs

See Also