public event EventHandler<View.DragEventArgs> Drag
'Declaration Public Event Drag As EventHandler(Of View.DragEventArgs)
'Declaration
Public Event Drag As EventHandler(Of View.DragEventArgs)
'Usage Dim instance As C1Border Dim handler As EventHandler(Of View.DragEventArgs) AddHandler instance.Drag, handler
'Usage
Dim instance As C1Border Dim handler As EventHandler(Of View.DragEventArgs) AddHandler instance.Drag, handler
C1Border Class C1Border Members