Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / ServerValidateEventArgs.cs / 1305376 / ServerValidateEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; ////// public class ServerValidateEventArgs : EventArgs { private bool isValid; private string value; ///Provides data for the /// ///event of the . /// public ServerValidateEventArgs(string value, bool isValid) : base() { this.isValid = isValid; this.value = value; } ///Initializes a new instance of the ////// class. /// public string Value { get { return value; } } ///Gets the string value to validate. ////// Gets or sets whether the input is valid. /// public bool IsValid { get { return isValid; } set { this.isValid = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; ////// public class ServerValidateEventArgs : EventArgs { private bool isValid; private string value; ///Provides data for the /// ///event of the . /// public ServerValidateEventArgs(string value, bool isValid) : base() { this.isValid = isValid; this.value = value; } ///Initializes a new instance of the ////// class. /// public string Value { get { return value; } } ///Gets the string value to validate. ////// Gets or sets whether the input is valid. /// public bool IsValid { get { return isValid; } set { this.isValid = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- JsonObjectDataContract.cs
- BoolLiteral.cs
- PrefixHandle.cs
- Style.cs
- ResourceSet.cs
- SafeSecurityHelper.cs
- WebScriptEndpointElement.cs
- ContentElement.cs
- ThreadExceptionEvent.cs
- CustomGrammar.cs
- ZipIOLocalFileDataDescriptor.cs
- BroadcastEventHelper.cs
- HtmlTitle.cs
- SocketPermission.cs
- EncryptedXml.cs
- ConnectionInterfaceCollection.cs
- Application.cs
- WebRequestModuleElement.cs
- ImageClickEventArgs.cs
- ListViewItemSelectionChangedEvent.cs
- SafeCryptoHandles.cs
- ReachSerializer.cs
- DecimalAverageAggregationOperator.cs
- bidPrivateBase.cs
- AccessDataSourceView.cs
- ReadOnlyAttribute.cs
- NameScopePropertyAttribute.cs
- HttpCookie.cs
- OletxCommittableTransaction.cs
- HtmlTitle.cs
- DrawingContextWalker.cs
- CompoundFileReference.cs
- SymbolPair.cs
- WebPartsPersonalization.cs
- InvalidCastException.cs
- DataContractAttribute.cs
- InfocardChannelParameter.cs
- HtmlAnchor.cs
- CustomTypeDescriptor.cs
- AssemblyBuilder.cs
- EllipticalNodeOperations.cs
- oledbmetadatacollectionnames.cs
- ContentPresenter.cs
- TextMarkerSource.cs
- TreeView.cs
- CustomCredentialPolicy.cs
- DataObjectCopyingEventArgs.cs
- InputQueue.cs
- MessageQueueException.cs
- Pair.cs
- LocationSectionRecord.cs
- HttpContextBase.cs
- PolyLineSegmentFigureLogic.cs
- MdiWindowListItemConverter.cs
- DotExpr.cs
- PopupRootAutomationPeer.cs
- NetCodeGroup.cs
- FileAuthorizationModule.cs
- SamlConstants.cs
- _ListenerRequestStream.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DBNull.cs
- TaskDesigner.cs
- CompilerInfo.cs
- OutputCache.cs
- TypeUtil.cs
- PathSegment.cs
- BigInt.cs
- StylusPointPropertyId.cs
- LoaderAllocator.cs
- XmlValidatingReaderImpl.cs
- ZoneMembershipCondition.cs
- ZipIOCentralDirectoryBlock.cs
- LineGeometry.cs
- EasingKeyFrames.cs
- PropertyGridView.cs
- ConfigurationSectionCollection.cs
- DocumentScope.cs
- BufferBuilder.cs
- HandlerWithFactory.cs
- XmlTextReaderImplHelpers.cs
- Command.cs
- SystemIcons.cs
- _IPv4Address.cs
- ConfigurationManagerHelperFactory.cs
- SafeNativeMethods.cs
- GlyphingCache.cs
- relpropertyhelper.cs
- FacetEnabledSchemaElement.cs
- MissingFieldException.cs
- StringExpressionSet.cs
- StackOverflowException.cs
- TraceHandler.cs
- BitmapEncoder.cs
- ContentFileHelper.cs
- SqlCharStream.cs
- Pool.cs
- AnnotationResourceCollection.cs
- FullTrustAssembly.cs
- CustomCategoryAttribute.cs