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
- LayoutManager.cs
- PropertyEntry.cs
- WindowsTitleBar.cs
- CodeParameterDeclarationExpression.cs
- OleDbError.cs
- TraceRecords.cs
- StorageModelBuildProvider.cs
- COM2FontConverter.cs
- PageVisual.cs
- WindowsAltTab.cs
- SqlConnectionManager.cs
- AnnotationComponentManager.cs
- ImageBrush.cs
- ManipulationVelocities.cs
- InternalControlCollection.cs
- MailBnfHelper.cs
- UnsafeNativeMethods.cs
- SrgsItemList.cs
- ClientScriptManagerWrapper.cs
- Predicate.cs
- TreeBuilder.cs
- TrustSection.cs
- PropertyTab.cs
- DataReceivedEventArgs.cs
- WebPartTransformerCollection.cs
- ConfigurationPropertyAttribute.cs
- UntrustedRecipientException.cs
- PkcsMisc.cs
- Frame.cs
- DataGridViewUtilities.cs
- SoapReflectionImporter.cs
- TableProviderWrapper.cs
- PenCursorManager.cs
- TrustLevelCollection.cs
- BrowserCapabilitiesFactory.cs
- SmtpLoginAuthenticationModule.cs
- ExpressionConverter.cs
- DataGridViewRowEventArgs.cs
- FileLogRecord.cs
- ProfileEventArgs.cs
- DependencyObject.cs
- ExpressionBuilder.cs
- StorageComplexPropertyMapping.cs
- VarRefManager.cs
- CallbackException.cs
- WarningException.cs
- SQLBytesStorage.cs
- TemplateControl.cs
- MenuAdapter.cs
- Parameter.cs
- URLIdentityPermission.cs
- SerializationObjectManager.cs
- BasicCommandTreeVisitor.cs
- ConfigXmlWhitespace.cs
- Encoder.cs
- FixedDocumentSequencePaginator.cs
- ServiceDescription.cs
- PublishLicense.cs
- TemplatedAdorner.cs
- DataGridHeaderBorder.cs
- EventLogException.cs
- DiscoveryMessageProperty.cs
- RolePrincipal.cs
- UnmanagedMemoryAccessor.cs
- EntityDataSourceReferenceGroup.cs
- CTreeGenerator.cs
- EventLogInternal.cs
- DeferredTextReference.cs
- XPathLexer.cs
- SamlAttribute.cs
- TrustManagerPromptUI.cs
- IIS7WorkerRequest.cs
- SQLDecimal.cs
- CodeMemberProperty.cs
- Point3DCollectionValueSerializer.cs
- FontInfo.cs
- DataSetMappper.cs
- DbConnectionPoolIdentity.cs
- ListArgumentProvider.cs
- ImportCatalogPart.cs
- FormViewPagerRow.cs
- ActiveXMessageFormatter.cs
- LicenseContext.cs
- StopRoutingHandler.cs
- DESCryptoServiceProvider.cs
- DesignerTransaction.cs
- TextDecorationLocationValidation.cs
- isolationinterop.cs
- MediaElement.cs
- HttpWebResponse.cs
- shaperfactory.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- RSAProtectedConfigurationProvider.cs
- StreamGeometry.cs
- ItemAutomationPeer.cs
- TableLayoutPanelCellPosition.cs
- VarInfo.cs
- DesignerAttributeInfo.cs
- PersonalizablePropertyEntry.cs
- DataExpression.cs