[]
Represents the method that will handle the GetUnboundValue and SetUnboundValue events.
public delegate void UnboundValueEventHandler(object sender, UnboundValueEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | C1FlexGridBase object that raised the event. |
UnboundValueEventArgs | e | UnboundValueEventArgs that contains the event data. |
Name | Description |
---|---|
UnboundValueEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, UnboundValueEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, UnboundValueEventArgs) |