EventListeningAttrs Attribute Group

Description

Attributes for event listening.

Attributes

NameTypeUseDefaultDescription
use_default_event_handlingbooleanoptionaltrueIndicates whether to use the default Web Event Configuration for handling events on this control.
use_default_event_handling_for_childrenbooleanoptionaltrueIndicates whether to use the default Web Event Configuration for handling events on this control's children.

Source

<xs:attributeGroup xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EventListeningAttrs">
    <xs:annotation>
        <xs:documentation>Attributes for event listening.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="use_default_event_handling_for_children" type="xs:boolean" use="optional" default="true">
        <xs:annotation>
            <xs:documentation>When true, indicates whether to use the default Web Event Configuration (as defined in the Web Event Recording Configuration dialog box) for handling events on this control's children.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="use_default_event_handling" type="xs:boolean" use="optional" default="true">
        <xs:annotation>
            <xs:documentation>When true, indicates whether to use the default Web Event Configuration (as defined in the Web Event Recording Configuration dialog box) for handling events on this control.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>