Click or drag to resize
ClientControlEventAttribute Class
Signifies that this Property should be exposed as a client-side event reference
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kettic.AspNetClientControlEventAttribute

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class ClientControlEventAttribute : Attribute

The ClientControlEventAttribute type exposes the following members.

Constructors
  NameDescription
Public methodClientControlEventAttribute
Initializes a new ClientControlEventAttribute
Public methodClientControlEventAttribute(Boolean)
Initializes a new ClientControlEventAttribute
Top
Methods
  NameDescription
Public methodEquals
Tests for object equality
(Overrides AttributeEquals(Object).)
Public methodGetHashCode
Gets a hash code for this object
(Overrides AttributeGetHashCode.)
Public methodIsDefaultAttribute
Gets whether this is the default value for this attribute
(Overrides AttributeIsDefaultAttribute.)
Top
Properties
  NameDescription
Public propertyIsScriptEvent
Whether this is a valid ScriptEvent
Top
See Also