Determine whether any event handler is attached.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Determine whether any event handler is attached.")>
Public Overrides Function IsAnyAttachEventHandlers() As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInputClientSideEvents
Dim value As System.Boolean
value = instance.IsAnyAttachEventHandlers() |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Determine whether any event handler is attached.")]
public override System.bool IsAnyAttachEventHandlers() |
Delphi | |
---|
public function IsAnyAttachEventHandlers(): System.Boolean; override; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Determine whether any event handler is attached.")
public override function IsAnyAttachEventHandlers() : System.boolean; |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Determine whether any event handler is attached.")]
public: System.bool IsAnyAttachEventHandlers(); override |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Determine whether any event handler is attached.")]
public:
System.bool IsAnyAttachEventHandlers(); override |
Return Value
true if value is valid; otherwise, false.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also