Closes Dialog Window

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

Syntax

C#
protected virtual void CloseEditPage(
	string arguments
)
Visual Basic
Protected Overridable Sub CloseEditPage ( 
	arguments As String
)
Visual C++
protected:
virtual void CloseEditPage(
	String^ arguments
)
F#
abstract CloseEditPage : 
        arguments : string -> unit 
override CloseEditPage : 
        arguments : string -> unit 

Parameters

arguments
Type: System..::..String
Args that need to be passed to JS callback

See Also