Intersoft WebInput Documentation
WebInputClientSideEvents Class
Members  See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : WebInputClientSideEvents Class






Glossary Item Box

Represents the client side (Javascript) WebInput input html element events. Represents the client side (Javascript) WebInput input HTML element events.

Object Model

WebInputClientSideEvents Class

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Represents the client side (Javascript) WebInput input html element events")>
<System.SerializableAttribute()>
Public Class WebInputClientSideEvents 
   Inherits ISNet.WebUI.BaseElementClientSideEvents
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Visual Basic (Usage)Copy Code
Dim instance As WebInputClientSideEvents
C# 
[System.ComponentModel.DescriptionAttribute("Represents the client side (Javascript) WebInput input html element events")]
[System.SerializableAttribute()]
public class WebInputClientSideEvents : ISNet.WebUI.BaseElementClientSideEvents, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
Delphi 
public class WebInputClientSideEvents = class(ISNet.WebUI.BaseElementClientSideEvents, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize)
JScript 
System.ComponentModel.DescriptionAttribute("Represents the client side (Javascript) WebInput input html element events")
System.SerializableAttribute()
public class WebInputClientSideEvents extends ISNet.WebUI.BaseElementClientSideEvents implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Represents the client side (Javascript) WebInput input html element events")]
[System.SerializableAttribute()]
public __gc class WebInputClientSideEvents : public ISNet.WebUI.BaseElementClientSideEvents, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Represents the client side (Javascript) WebInput input html element events")]
[System.SerializableAttribute()]
public ref class WebInputClientSideEvents : public ISNet.WebUI.BaseElementClientSideEvents, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  

Remarks

This class wraps some common event handlers of WebInput input element.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.ClientEvents
         ISNet.WebUI.BaseElementClientSideEvents
            ISNet.WebUI.WebControls.WebInputClientSideEvents

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.