OnAfterDropped Method
See Also 
SourceCode.Framework Namespace > WizardDefinition Class : OnAfterDropped Method



Glossary Item Box

This method is called WHENEVER a WizardDefinition has been dropped onto a canvas by means of a DCR drag/drop, or a copy/paste. It can be used to configure the wizard.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub OnAfterDropped() 
Visual Basic (Usage)Copy Code
Dim instance As WizardDefinition
 
instance.OnAfterDropped()
C# 
public virtual void OnAfterDropped()
C++/CLI 
public:
virtual void OnAfterDropped(); 

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