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