'宣言 Public Delegate Sub DataSourceItemSynchronizedEventHandler( _ ByVal sender As System.Object, _ ByVal e As ItemSynchronizedEventArgs _ )
public delegate void DataSourceItemSynchronizedEventHandler( System.object sender, ItemSynchronizedEventArgs e )
パラメータ
- sender
- The source of the event.
- e
- The ItemSynchronizedEventArgs that contains the event data.