'Declaration
Protected Overridable Sub OnPreviewDrop( _ ByVal e As System.Windows.DragEventArgs _ )
'Usage
Dim instance As RowHeader Dim e As System.Windows.DragEventArgs instance.OnPreviewDrop(e)
protected virtual void OnPreviewDrop( System.Windows.DragEventArgs e )
protected procedure OnPreviewDrop( e: System.Windows.DragEventArgs ); virtual;
protected function OnPreviewDrop( e : System.Windows.DragEventArgs );
protected: virtual void OnPreviewDrop( System.Windows.DragEventArgs* e )
protected: virtual void OnPreviewDrop( System.Windows.DragEventArgs^ e )
Parameters
- e