Intersoft ClientUI Documentation
Panel_ShadowInit Method (ISDragableHeaderedHierarchicalMultipleSelectionControl)



Occurs when shadow object is initializing.
Syntax
Protected Overridable Sub Panel_ShadowInit( _
   ByVal sender As Object, _
   ByVal e As DragDropShadowEventArgs _
) 
Dim instance As ISDragableHeaderedHierarchicalMultipleSelectionControl
Dim sender As Object
Dim e As DragDropShadowEventArgs
 
instance.Panel_ShadowInit(sender, e)
protected virtual void Panel_ShadowInit( 
   object sender,
   DragDropShadowEventArgs e
)
protected:
virtual void Panel_ShadowInit( 
   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