InvalidEntryEventArgs Class
Members See Also 
SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls Namespace : InvalidEntryEventArgs Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Class InvalidEntryEventArgs 
   Inherits System.Windows.RoutedEventArgs
Visual Basic (Usage) Copy Code
Dim instance As InvalidEntryEventArgs
C#  
public class InvalidEntryEventArgs : System.Windows.RoutedEventArgs 
C++/CLI  
public ref class InvalidEntryEventArgs : public System.Windows.RoutedEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls.InvalidEntryEventArgs

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