MindFusion.UI for WebForms Programmer's Guide

WindowHost.RaisePostBackEvent Method

See Also
 





When implemented by a derived class, enables a server control to process an event raised when a form is posted to the server.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public void RaisePostBackEvent (
    string eventArgument
)

Visual Basic  Copy Code

Public Sub RaisePostBackEvent( _
    eventArgument As String _
)

 Parameters

eventArgument

Type: String
A System.String that represents an optional event argument to be passed to the event handler.

 See Also