C# Class csExWB.cHTMLSelectElementEvents

To handle HTMLSelect element events Use ID_ONCHANGE Choose a different option in a select object using mouse or keyboard navigation. Alter text in the text area and then navigate out of the object.
Inheritance: HTMLSelectElementEvents2
ファイルを表示 Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
m_IsCOnnected bool
m_dispIds int[]
m_guid System.Guid

Public Methods

Method Description
ConnectToHtmlEvents ( object elem ) : bool
DisconnectHtmlEvents ( ) : bool
HTMLSelectElementEvents2 ( IHTMLEventObj pEvtObj ) : void
InitHTMLEvents ( IHTMLEventCallBack EventCallBack, int EventsDispIds, System.Guid guid ) : void

Private Methods

Method Description
HTMLSelectElementEvents2 ( IHTMLEventObj pEvtObj ) : bool
Invoke_Handler ( int id, IHTMLEventObj pEvt ) : bool

Method Details

ConnectToHtmlEvents() public method

public ConnectToHtmlEvents ( object elem ) : bool
elem object
return bool

DisconnectHtmlEvents() public method

public DisconnectHtmlEvents ( ) : bool
return bool

HTMLSelectElementEvents2() public method

public HTMLSelectElementEvents2 ( IHTMLEventObj pEvtObj ) : void
pEvtObj IHTMLEventObj
return void

InitHTMLEvents() public method

public InitHTMLEvents ( IHTMLEventCallBack EventCallBack, int EventsDispIds, System.Guid guid ) : void
EventCallBack IHTMLEventCallBack
EventsDispIds int
guid System.Guid
return void

Property Details

m_IsCOnnected public_oe property

public bool m_IsCOnnected
return bool

m_dispIds public_oe property

public int[] m_dispIds
return int[]

m_guid public_oe property

public Guid,System m_guid
return System.Guid