[This is preliminary documentation and is subject to change.]
Raises the KeyWordRemoved event
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected virtual void OnKeyWordRemoved( ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnKeyWordRemoved ( _ e As ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnKeyWordRemoved( ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs^ e ) |
| F# |
|---|
abstract OnKeyWordRemoved : e:ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs -> unit override OnKeyWordRemoved : e:ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs -> unit |
| JScript |
|---|
protected function OnKeyWordRemoved( e : ListWithEvents<(Of <(<'T>)>)>..::..ItemsEventArgs ) |