DevTextBoxMultilineChanged Event
Occurs when the Multiline property changes.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public event EventHandler<EventArgs> MultilineChanged
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Event MultilineChanged As EventHandler(Of EventArgs)
Dim instance As DevTextBox
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.MultilineChanged, handler
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
event EventHandler<EventArgs^>^ MultilineChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member MultilineChanged : IEvent<EventHandler<EventArgs>,
EventArgs>
No code example is currently available or this language may not be supported.
Value
EventHandlerEventArgs