DragAndDropAction Delegate
An action which is performed on drop of file.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public delegate RegionBase DragAndDropAction(
SessionProfile sessionProfile,
string args
)
Public Delegate Function DragAndDropAction (
sessionProfile As SessionProfile,
args As String
) As RegionBase
public delegate RegionBase^ DragAndDropAction(
SessionProfile^ sessionProfile,
String^ args
)
type DragAndDropAction =
delegate of
sessionProfile : SessionProfile *
args : string -> RegionBase
- sessionProfile SessionProfile
- Profile of the current session.
- args String
- Full path of the dropped file.
RegionBaseRegion which is created as result of the operation.