Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Controls / ValidationErrorEventArgs.cs / 1 / ValidationErrorEventArgs.cs
//---------------------------------------------------------------------------- // //// Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // // // // Description: // EventArgs for ValidationError event. // // See specs at http://avalon/connecteddata/Specs/Validation.mht // // History: // 5/13/2004 mharper: created. // //--------------------------------------------------------------------------- using System; using System.Windows; using MS.Internal; namespace System.Windows.Controls { ///Describes if a validation error has been added or cleared /// public enum ValidationErrorEventAction { ///A new ValidationError has been detected. Added, ///An existing ValidationError has been cleared. Removed, } ////// EventArgs for ValidationError event. /// public class ValidationErrorEventArgs : RoutedEventArgs { ////// Constructor /// internal ValidationErrorEventArgs(ValidationError validationError, ValidationErrorEventAction action) { Invariant.Assert(validationError != null); RoutedEvent = Validation.ErrorEvent; _validationError = validationError; _action = action; } ////// The ValidationError that caused this ValidationErrorEvent to /// be raised. /// public ValidationError Error { get { return _validationError; } } ////// Action indicates whether the public ValidationErrorEventAction Action { get { return _action; } } ///is a new error /// or a previous error that has now been cleared. /// /// The mechanism used to call the type-specific handler on the /// target. /// /// /// The generic handler to call in a type-specific way. /// /// /// The target to call the handler on. /// protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget) { EventHandlerhandler = (EventHandler ) genericHandler; handler(genericTarget, this); } private ValidationError _validationError; private ValidationErrorEventAction _action; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // // // // Description: // EventArgs for ValidationError event. // // See specs at http://avalon/connecteddata/Specs/Validation.mht // // History: // 5/13/2004 mharper: created. // //--------------------------------------------------------------------------- using System; using System.Windows; using MS.Internal; namespace System.Windows.Controls { ///Describes if a validation error has been added or cleared /// public enum ValidationErrorEventAction { ///A new ValidationError has been detected. Added, ///An existing ValidationError has been cleared. Removed, } ////// EventArgs for ValidationError event. /// public class ValidationErrorEventArgs : RoutedEventArgs { ////// Constructor /// internal ValidationErrorEventArgs(ValidationError validationError, ValidationErrorEventAction action) { Invariant.Assert(validationError != null); RoutedEvent = Validation.ErrorEvent; _validationError = validationError; _action = action; } ////// The ValidationError that caused this ValidationErrorEvent to /// be raised. /// public ValidationError Error { get { return _validationError; } } ////// Action indicates whether the public ValidationErrorEventAction Action { get { return _action; } } ///is a new error /// or a previous error that has now been cleared. /// /// The mechanism used to call the type-specific handler on the /// target. /// /// /// The generic handler to call in a type-specific way. /// /// /// The target to call the handler on. /// protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget) { EventHandlerhandler = (EventHandler ) genericHandler; handler(genericTarget, this); } private ValidationError _validationError; private ValidationErrorEventAction _action; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IntermediatePolicyValidator.cs
- DbConnectionStringBuilder.cs
- WMIInterop.cs
- ChangeToolStripParentVerb.cs
- ErrorItem.cs
- SmiContextFactory.cs
- CreateUserErrorEventArgs.cs
- OdbcException.cs
- CodeComment.cs
- counter.cs
- MissingFieldException.cs
- OutputCacheProfileCollection.cs
- AlternateViewCollection.cs
- SpeechRecognitionEngine.cs
- ObjectListShowCommandsEventArgs.cs
- Parameter.cs
- IncrementalHitTester.cs
- PageThemeParser.cs
- BidirectionalDictionary.cs
- PoisonMessageException.cs
- SqlCommandBuilder.cs
- ProtocolReflector.cs
- PreviewKeyDownEventArgs.cs
- DisableDpiAwarenessAttribute.cs
- WebPartUserCapability.cs
- MatrixCamera.cs
- MessageAction.cs
- EntityDataSourceWizardForm.cs
- ResXDataNode.cs
- recordstatescratchpad.cs
- SuppressIldasmAttribute.cs
- IPAddress.cs
- FontConverter.cs
- ListViewUpdatedEventArgs.cs
- LinqDataSourceStatusEventArgs.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- ResourceExpressionBuilder.cs
- SerializationInfoEnumerator.cs
- CodeArgumentReferenceExpression.cs
- SqlFileStream.cs
- ObjectIDGenerator.cs
- RepeatInfo.cs
- UInt64Storage.cs
- HttpCapabilitiesBase.cs
- MetadataArtifactLoaderCompositeResource.cs
- CollectionCodeDomSerializer.cs
- XmlSchemaAppInfo.cs
- WebFaultClientMessageInspector.cs
- NameValuePair.cs
- MatrixKeyFrameCollection.cs
- KeyedCollection.cs
- BamlTreeNode.cs
- XmlNamespaceDeclarationsAttribute.cs
- FileUtil.cs
- TabControl.cs
- ProfilePropertyMetadata.cs
- ContourSegment.cs
- MediaSystem.cs
- ImageCollectionCodeDomSerializer.cs
- XmlDataProvider.cs
- Panel.cs
- JavaScriptString.cs
- RuntimeConfigLKG.cs
- NameSpaceEvent.cs
- ToolboxBitmapAttribute.cs
- ListViewItem.cs
- ToolBarTray.cs
- BamlBinaryReader.cs
- DateTimeSerializationSection.cs
- FormsAuthenticationUserCollection.cs
- ApplyImportsAction.cs
- ShapingEngine.cs
- Symbol.cs
- QueryableFilterUserControl.cs
- ViewCellRelation.cs
- OracleInfoMessageEventArgs.cs
- VisualBrush.cs
- Vector3DCollectionConverter.cs
- ThicknessAnimationBase.cs
- CallbackException.cs
- WindowsButton.cs
- PerformanceCounterPermissionEntryCollection.cs
- Zone.cs
- CompilerGeneratedAttribute.cs
- DoWorkEventArgs.cs
- PngBitmapEncoder.cs
- Calendar.cs
- Sentence.cs
- DataKey.cs
- SortedList.cs
- SplineKeyFrames.cs
- ConfigurationErrorsException.cs
- FunctionImportElement.cs
- FunctionImportMapping.cs
- AssociationSetMetadata.cs
- AliasExpr.cs
- DeclaredTypeValidatorAttribute.cs
- MouseEvent.cs
- BinaryConverter.cs
- PhotoPrintingIntent.cs