ClientSideEventArgumentsAttribute

Namespace:  C1.Web.UI.Controls.C1Schedule.Common
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false)]
public class ClientSideEventArgumentsAttribute : Attribute
Visual Basic
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := False)> _
Public Class ClientSideEventArgumentsAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    C1.Web.UI.Controls.C1Schedule.Common..::..ClientSideEventArgumentsAttribute

See Also