Leadtools.MedicalViewer Namespace > MedicalViewerDragEventArgs Class : MedicalViewerDragEventArgs Constructor |
public MedicalViewerDragEventArgs( MedicalViewerBaseCell cell, int cellIndex, int subCellIndex, IDataObject data, int keyState, int x, int y, DragDropEffects allowedEffect, DragDropEffects effect )
'Declaration Public Function New( _ ByVal cell As MedicalViewerBaseCell, _ ByVal cellIndex As Integer, _ ByVal subCellIndex As Integer, _ ByVal data As IDataObject, _ ByVal keyState As Integer, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal allowedEffect As DragDropEffects, _ ByVal effect As DragDropEffects _ )
'Usage Dim cell As MedicalViewerBaseCell Dim cellIndex As Integer Dim subCellIndex As Integer Dim data As IDataObject Dim keyState As Integer Dim x As Integer Dim y As Integer Dim allowedEffect As DragDropEffects Dim effect As DragDropEffects Dim instance As New MedicalViewerDragEventArgs(cell, cellIndex, subCellIndex, data, keyState, x, y, allowedEffect, effect)
public MedicalViewerDragEventArgs( MedicalViewerBaseCell cell, int cellIndex, int subCellIndex, IDataObject data, int keyState, int x, int y, DragDropEffects allowedEffect, DragDropEffects effect )
function MedicalViewerDragEventArgs( cell , cellIndex , subCellIndex , data , keyState , x , y , allowedEffect , effect )
public: MedicalViewerDragEventArgs( MedicalViewerBaseCell^ cell, int cellIndex, int subCellIndex, IDataObject^ data, int keyState, int x, int y, DragDropEffects allowedEffect, DragDropEffects effect )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2