ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FlipCard Namespace / FlipCardEventHandler Delegate

In This Topic
    FlipCardEventHandler Delegate
    In This Topic
    FlipCard callback event handler.
    Syntax
    'Declaration
     
    Public Delegate Sub FlipCardEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As FlipCardEventArgs _
    ) 
    public delegate void FlipCardEventHandler( 
       System.object sender,
       FlipCardEventArgs e
    )

    Parameters

    sender
    e
    See Also