Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void RaisePostBackEvent(
	string eventArgument
)
Visual Basic
Public Sub RaisePostBackEvent ( 
	eventArgument As String
)
Visual C++
public:
virtual void RaisePostBackEvent(
	String^ eventArgument
) sealed
F#
abstract RaisePostBackEvent : 
        eventArgument : string -> unit 
override RaisePostBackEvent : 
        eventArgument : string -> unit 

Parameters

eventArgument
Type: System..::..String

Implements

IPostBackEventHandler..::..RaisePostBackEvent(String)

See Also