DragAndDropAction Delegate

An action which is performed on drop of file.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate RegionBase DragAndDropAction(
	SessionProfile sessionProfile,
	string args
)

Parameters

sessionProfile  SessionProfile
Profile of the current session.
args  String
Full path of the dropped file.

Return Value

RegionBase
Region which is created as result of the operation.

See Also