Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub AddEvent( _ ByVal HtmlId As String, _ ByVal DOMEvent As String, _ ByVal JavaScript As String _ ) |
C# |
---|
public abstract void AddEvent( string HtmlId, string DOMEvent, string JavaScript ) |
C++ |
---|
public: void AddEvent( String HtmlId, String DOMEvent, String JavaScript ) abstract |
J# |
---|
public abstract void AddEvent( string HtmlId, string DOMEvent, string JavaScript ) |
JScript |
---|
public abstract
function AddEvent( HtmlId : String, DOMEvent : String, JavaScript : String ) |