Intersoft WebInput Documentation
IsAnyAttachEventHandlers Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditorClientSideEvents Class : IsAnyAttachEventHandlers Method






Glossary Item Box

Determine whether any event handler is attached.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Determine whether any event handler is attached.")>
Public Overrides NotOverridable Function IsAnyAttachEventHandlers() As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditorClientSideEvents
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

© 2013 Intersoft Solutions Corp. All Rights Reserved.