Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / DatePickerDateValidationErrorEventArgs.cs / 1305600 / DatePickerDateValidationErrorEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Provides data for the DateValidationError event. /// public class DatePickerDateValidationErrorEventArgs : EventArgs { private bool _throwException; ////// Initializes a new instance of the DatePickerDateValidationErrorEventArgs class. /// /// The exception that initially triggered the DateValidationError event. /// The text being parsed. public DatePickerDateValidationErrorEventArgs(Exception exception, string text) { this.Text = text; this.Exception = exception; } ////// Gets the exception that initially triggered the DateValidationError event. /// public Exception Exception { get; private set; } ////// Gets the text being parsed when the DateValidationError event was raised. /// public string Text { get; private set; } ////// Gets or sets a value that indicates whether Exception should be thrown. /// public bool ThrowException { get { return this._throwException; } set { this._throwException = value; } } } } // 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
- SymbolType.cs
- CodeObject.cs
- PointLightBase.cs
- NativeMethods.cs
- BasicHttpMessageCredentialType.cs
- TreeIterator.cs
- XmlEntity.cs
- CheckBox.cs
- TextEditorSelection.cs
- AuthenticationSection.cs
- DiscoveryEndpointElement.cs
- KeyValueSerializer.cs
- FilteredAttributeCollection.cs
- CellPartitioner.cs
- CustomWebEventKey.cs
- Contracts.cs
- SystemGatewayIPAddressInformation.cs
- ConsumerConnectionPoint.cs
- FileSystemInfo.cs
- FloaterBaseParaClient.cs
- MouseButton.cs
- XmlImplementation.cs
- SQLResource.cs
- WbemProvider.cs
- ThicknessAnimationBase.cs
- TreeNode.cs
- WsdlServiceChannelBuilder.cs
- MdbDataFileEditor.cs
- sortedlist.cs
- DataServiceException.cs
- SyncMethodInvoker.cs
- PersianCalendar.cs
- BamlRecordReader.cs
- CompiledIdentityConstraint.cs
- AmbientProperties.cs
- FileLogRecordStream.cs
- MapPathBasedVirtualPathProvider.cs
- NestedContainer.cs
- ProfileGroupSettingsCollection.cs
- HtmlFormParameterWriter.cs
- RecipientInfo.cs
- TableColumnCollection.cs
- CodeMemberEvent.cs
- BaseDataBoundControlDesigner.cs
- SmtpLoginAuthenticationModule.cs
- SortedDictionary.cs
- FormsAuthenticationConfiguration.cs
- TcpAppDomainProtocolHandler.cs
- ResourceDefaultValueAttribute.cs
- DocumentEventArgs.cs
- GetMemberBinder.cs
- SqlDataSourceSelectingEventArgs.cs
- RtfControlWordInfo.cs
- LocalizedNameDescriptionPair.cs
- MsmqTransportSecurityElement.cs
- RuntimeConfig.cs
- SessionStateUtil.cs
- CommandDevice.cs
- TransactionFlowElement.cs
- ToolboxItemImageConverter.cs
- EventWaitHandleSecurity.cs
- TempFiles.cs
- UpDownEvent.cs
- DependencyPropertyValueSerializer.cs
- TracedNativeMethods.cs
- TreeViewAutomationPeer.cs
- EntityClientCacheKey.cs
- ClientFormsIdentity.cs
- PageTheme.cs
- XmlSchemaAnnotation.cs
- Win32NamedPipes.cs
- ConnectorMovedEventArgs.cs
- AddressAccessDeniedException.cs
- ResponseBodyWriter.cs
- LinkUtilities.cs
- EntityModelSchemaGenerator.cs
- WSSecurityPolicy12.cs
- EmptyEnumerator.cs
- _UriTypeConverter.cs
- BaseProcessor.cs
- Point3DAnimationBase.cs
- XsltFunctions.cs
- WindowsAltTab.cs
- WebPartTransformerCollection.cs
- ToolStripPanelRow.cs
- AnnotationDocumentPaginator.cs
- TextDecorationCollection.cs
- BindingCollection.cs
- FileNameEditor.cs
- MulticastOption.cs
- ComPersistableTypeElement.cs
- AdCreatedEventArgs.cs
- NotCondition.cs
- GlobalProxySelection.cs
- BrushConverter.cs
- ProxyWebPartManager.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- SafeNativeMethodsMilCoreApi.cs
- COSERVERINFO.cs
- Compress.cs