'Declaration
Protected Overridable Function GetDragDropArea( _ ByVal e As NLightUIItemDragDropEventArgs _ ) As NRectangle
'Usage
Dim instance As NItemsControl Dim e As NLightUIItemDragDropEventArgs Dim value As NRectangle value = instance.GetDragDropArea(e)
protected virtual NRectangle GetDragDropArea( NLightUIItemDragDropEventArgs e )
Parameters
- e