NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FormatControl.OnEnter

The FOrmatControl updates the text based on the EditFormat of the Format object when the control is entered.

[Visual Basic]
Overrides Protected Sub OnEnter( _
   ByVal eventargs As EventArgs _
)
[C#]
protected override void OnEnter(
   EventArgs eventargs
);
[C++]
protected: override void OnEnter(
   EventArgs* eventargs
);
[JScript]
protected override function OnEnter(
   eventargs : EventArgs
);

Parameters

eventargs
[To be supplied.]

See Also

FormatControl Class | FormatControl Members | System.WinForms Namespace