Skip to content

E_Ekstrand_Windows_Forms_GroupBox_TabStopChanged

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

GroupBox.TabStopChanged Event

Occurs when the value of the TabStop property changes.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public event EventHandler TabStopChanged

VB

<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Event TabStopChanged As EventHandler

C++

public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
 event EventHandler^ TabStopChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

F#

[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member TabStopChanged : IEvent<EventHandler,
    EventArgs>

Value

Type: System.EventHandler

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally