GifImageExceptionRoutedEventArgs Constructor
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > GifImageExceptionRoutedEventArgs Class : GifImageExceptionRoutedEventArgs Constructor



routedEvent
obj

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal obj As Object _
)
Visual Basic (Usage) Copy Code
Dim routedEvent As RoutedEvent
Dim obj As Object
 
Dim instance As New GifImageExceptionRoutedEventArgs(routedEvent, obj)
C#  
public GifImageExceptionRoutedEventArgs( 
   RoutedEvent routedEvent,
   object obj
)
C++/CLI  
public:
GifImageExceptionRoutedEventArgs( 
   RoutedEvent^ routedEvent,
   Object^ obj
)

Parameters

routedEvent
obj

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