CopyPasteCommandEventArgs Class
Members See Also 
SourceCode.Workflow.Authoring Namespace : CopyPasteCommandEventArgs Class



Glossary Item Box

Object Model

CopyPasteCommandEventArgs Class ViewCopyObject Class

Syntax

Visual Basic (Declaration)  
Public Class CopyPasteCommandEventArgs 
   Inherits SourceCode.Framework.ViewCommandEventArgs
Visual Basic (Usage) Copy Code
Dim instance As CopyPasteCommandEventArgs
C#  
public class CopyPasteCommandEventArgs : SourceCode.Framework.ViewCommandEventArgs 
C++/CLI  
public ref class CopyPasteCommandEventArgs : public SourceCode.Framework.ViewCommandEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      SourceCode.Framework.ViewCommandEventArgs
         SourceCode.Workflow.Authoring.CopyPasteCommandEventArgs

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