Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that will handle the ItemCloning event.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
Public Delegate Sub DataRepeaterItemCloneEventHandler ( _
sender As Object, _
e As DataRepeaterItemCloneEventArgs _
)
public delegate void DataRepeaterItemCloneEventHandler(
Object sender,
DataRepeaterItemCloneEventArgs e
)
public delegate void DataRepeaterItemCloneEventHandler(
Object^ sender,
DataRepeaterItemCloneEventArgs^ e
)
type DataRepeaterItemCloneEventHandler =
delegate of
sender:Object *
e:DataRepeaterItemCloneEventArgs -> unit
JScript does not support delegates.
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.VisualBasic.PowerPacks.DataRepeaterItemCloneEventArgsAn object that contains the event data.
Remarks
In Visual Basic, you do not have to work with this delegate explicitly.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace