'宣言 Public Delegate Sub UnboundValueEventHandler( _ ByVal sender As System.Object, _ ByVal e As UnboundValueEventArgs _ )
public delegate void UnboundValueEventHandler( System.object sender, UnboundValueEventArgs e )
パラメータ
- sender
 - C1FlexGridBase object that raised the event.
 - e
 - UnboundValueEventArgs that contains the event data.