Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageHostPage Class / RaisePostBackEvent Method


In This Topic
    RaisePostBackEvent Method (NImageHostPage)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub RaisePostBackEvent( _
       ByVal sourceControl As System.Web.UI.IPostBackEventHandler, _
       ByVal eventArgument As System.String _
    ) 
    'Usage
     
    
    Dim instance As NImageHostPage
    Dim sourceControl As System.Web.UI.IPostBackEventHandler
    Dim eventArgument As System.String
     
    instance.RaisePostBackEvent(sourceControl, eventArgument)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void RaisePostBackEvent( 
       System.Web.UI.IPostBackEventHandler sourceControl,
       System.string eventArgument
    )

    Parameters

    sourceControl
    eventArgument
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also