Intersoft ClientUI Documentation
Panel_ShadowCreated Method (ISDragableHeaderedHierarchicalMultipleSelectionControl)



Occurs when a shadow object is created.
Syntax
Protected Overridable Sub Panel_ShadowCreated( _
   ByVal sender As Object, _
   ByVal e As DragDropShadowEventArgs _
) 
Dim instance As ISDragableHeaderedHierarchicalMultipleSelectionControl
Dim sender As Object
Dim e As DragDropShadowEventArgs
 
instance.Panel_ShadowCreated(sender, e)
protected virtual void Panel_ShadowCreated( 
   object sender,
   DragDropShadowEventArgs e
)
protected:
virtual void Panel_ShadowCreated( 
   Object^ sender,
   DragDropShadowEventArgs^ e
) 

Parameters

sender
e
Requirements

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

See Also

Reference

ISDragableHeaderedHierarchicalMultipleSelectionControl Class
ISDragableHeaderedHierarchicalMultipleSelectionControl Members

Send Feedback