event CheckElement (Element as Element)
The element's Checked property has been changed.

TypeDescription
Element as Element An Element object that specifies the element being checked or un-checked.
The CheckElement event notifies your application once the user clicks the element's check-box. The ShowCheckBox property specifies whether the element displays the check-box. The Checked property indicates whether the element is checked or unchecked. Use the CheckBoxAlign property to align the element's checkbox. The Background( exCheckBoxState0) Specifies the visual appearance for the check box in 0 state. The Background(exCheckBoxState1) Specifies the visual appearance for the check box in 1 state.

Syntax for CheckElement event, /NET version, on:

private void CheckElement(object sender,exontrol.EXSURFACELib.Element Element)
{
}

Private Sub CheckElement(ByVal sender As System.Object,ByVal Element As exontrol.EXSURFACELib.Element) Handles CheckElement
End Sub

Syntax for CheckElement event, /COM version, on:

private void CheckElement(object sender, AxEXSURFACELib._ISurfaceEvents_CheckElementEvent e)
{
}

void OnCheckElement(LPDISPATCH Element)
{
}

void __fastcall CheckElement(TObject *Sender,Exsurfacelib_tlb::IElement *Element)
{
}

procedure CheckElement(ASender: TObject; Element : IElement);
begin
end;

procedure CheckElement(sender: System.Object; e: AxEXSURFACELib._ISurfaceEvents_CheckElementEvent);
begin
end;

begin event CheckElement(oleobject Element)
end event CheckElement

Private Sub CheckElement(ByVal sender As System.Object, ByVal e As AxEXSURFACELib._ISurfaceEvents_CheckElementEvent) Handles CheckElement
End Sub

Private Sub CheckElement(ByVal Element As EXSURFACELibCtl.IElement)
End Sub

Private Sub CheckElement(ByVal Element As Object)
End Sub

LPARAMETERS Element

PROCEDURE OnCheckElement(oSurface,Element)
RETURN

Syntax for CheckElement event, /COM version (others), on:

<SCRIPT EVENT="CheckElement(Element)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function CheckElement(Element)
End Function
</SCRIPT>

Procedure OnComCheckElement Variant llElement
	Forward Send OnComCheckElement llElement
End_Procedure

METHOD OCX_CheckElement(Element) CLASS MainDialog
RETURN NIL

void onEvent_CheckElement(COM _Element)
{
}

function CheckElement as v (Element as OLE::Exontrol.Surface.1::IElement)
end function

function nativeObject_CheckElement(Element)
return