DataRepeaterItemCloneEventHandler Delegate

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 _
)
'Usage
Dim instance As New DataRepeaterItemCloneEventHandler(AddressOf HandlerMethod)
public delegate void DataRepeaterItemCloneEventHandler(
    Object sender,
    DataRepeaterItemCloneEventArgs e
)
public delegate void DataRepeaterItemCloneEventHandler(
    Object^ sender, 
    DataRepeaterItemCloneEventArgs^ e
)
JScript does not support delegates.

Parameters

Remarks

In Visual Basic, you do not have to work with this delegate explicitly.

See Also

Reference

Microsoft.VisualBasic.PowerPacks Namespace

ItemCloning

Other Resources

Introduction to the DataRepeater Control (Visual Studio)