RolePlayerComboCell.OnLeave Method
This member overrides DataGridViewComboBoxCell.OnLeave(Int32, Boolean).
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Protected Overrides Sub OnLeave ( _
rowIndex As Integer, _
throughMouseClick As Boolean _
)
protected override void OnLeave(
int rowIndex,
bool throughMouseClick
)
protected:
virtual void OnLeave(
int rowIndex,
bool throughMouseClick
) override
abstract OnLeave :
rowIndex:int *
throughMouseClick:bool -> unit
override OnLeave :
rowIndex:int *
throughMouseClick:bool -> unit
protected override function OnLeave(
rowIndex : int,
throughMouseClick : boolean
)
Parameters
- rowIndex
Type: Int32
- throughMouseClick
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.