Method | Description | |
---|---|---|
OnEditorButtonMouseDown ( object sender, XPTable.Events.CellMouseEventArgs e ) : void |
Handler for the editors drop down button MouseDown event
|
|
OnEditorButtonMouseUp ( object sender, XPTable.Events.CellMouseEventArgs e ) : void |
Handler for the editors drop down button MouseUp event
|
Method | Description | |
---|---|---|
OnLostFocus ( object sender, |
||
SetCellValue ( ) : void | ||
SetEditLocation ( |
public OnEditorButtonMouseDown ( object sender, XPTable.Events.CellMouseEventArgs e ) : void | ||
sender | object | The object that raised the event |
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
return | void |
public OnEditorButtonMouseUp ( object sender, XPTable.Events.CellMouseEventArgs e ) : void | ||
sender | object | The object that raised the event |
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
return | void |
protected OnLostFocus ( object sender, |
||
sender | object | |
e | ||
return | void |
protected SetEditLocation ( |
||
cellRect | ||
return | void |