[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Tools.WindowsT.FormsT.EncodingSelector.ItemDoubleClickEventHandler"]
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public delegate void ItemDoubleClickEventHandler( EncodingSelector sender, EncodingSelector..::..EncodingSelectorItemClickEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub ItemDoubleClickEventHandler ( _ sender As EncodingSelector, _ e As EncodingSelector..::..EncodingSelectorItemClickEventArgs _ ) |
| Visual C++ |
|---|
public delegate void ItemDoubleClickEventHandler( EncodingSelector^ sender, EncodingSelector..::..EncodingSelectorItemClickEventArgs^ e ) |
| F# |
|---|
type ItemDoubleClickEventHandler = delegate of sender:EncodingSelector * e:EncodingSelector..::..EncodingSelectorItemClickEventArgs -> unit |
| JScript |
|---|
|