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
- FixedTextBuilder.cs
- TimeoutHelper.cs
- DataSetMappper.cs
- FullTextLine.cs
- Semaphore.cs
- HttpFileCollection.cs
- SrgsText.cs
- WebUtil.cs
- PageSettings.cs
- UseAttributeSetsAction.cs
- RenderContext.cs
- OdbcRowUpdatingEvent.cs
- LinearGradientBrush.cs
- FormViewPagerRow.cs
- ExceptionDetail.cs
- DataBindingCollectionEditor.cs
- NavigationProperty.cs
- WindowsRichEditRange.cs
- ParserStreamGeometryContext.cs
- EditorZoneDesigner.cs
- PointAnimationBase.cs
- GcHandle.cs
- ReliableMessagingVersionConverter.cs
- CommonDialog.cs
- Switch.cs
- GridViewEditEventArgs.cs
- ConstantSlot.cs
- MergeFilterQuery.cs
- _NtlmClient.cs
- SiteMapNodeItemEventArgs.cs
- HttpApplicationFactory.cs
- ListDictionary.cs
- SqlCacheDependencyDatabaseCollection.cs
- AssociationTypeEmitter.cs
- RedistVersionInfo.cs
- HtmlInputHidden.cs
- AnalyzedTree.cs
- xmlformatgeneratorstatics.cs
- DataFieldConverter.cs
- TrackingServices.cs
- PropertyDescriptorCollection.cs
- TypeConverterHelper.cs
- SystemBrushes.cs
- WindowsStatic.cs
- HtmlUtf8RawTextWriter.cs
- InputMethodStateTypeInfo.cs
- BulletChrome.cs
- ModelItem.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- SerializationInfo.cs
- StringExpressionSet.cs
- SqlDataSource.cs
- ReferenceEqualityComparer.cs
- XPathParser.cs
- CellParagraph.cs
- XmlSchemaSimpleTypeUnion.cs
- MetabaseReader.cs
- FamilyTypeface.cs
- QueryableFilterUserControl.cs
- IBuiltInEvidence.cs
- SiteIdentityPermission.cs
- MarkupCompiler.cs
- PageContentAsyncResult.cs
- GraphicsState.cs
- RNGCryptoServiceProvider.cs
- ContentPlaceHolderDesigner.cs
- MailAddressCollection.cs
- OperationFormatter.cs
- WorkflowMarkupSerializationException.cs
- TransactionManager.cs
- DataControlFieldHeaderCell.cs
- SequentialUshortCollection.cs
- EditorServiceContext.cs
- PersistenceIOParticipant.cs
- WeakEventTable.cs
- CallbackValidatorAttribute.cs
- SoapCodeExporter.cs
- RelOps.cs
- SoapProtocolImporter.cs
- WebConfigManager.cs
- SeparatorAutomationPeer.cs
- MediaContextNotificationWindow.cs
- HttpPostedFile.cs
- ByteKeyFrameCollection.cs
- ManifestResourceInfo.cs
- PageAdapter.cs
- TrackingValidationObjectDictionary.cs
- SQLDateTimeStorage.cs
- MappingMetadataHelper.cs
- Sql8ConformanceChecker.cs
- Query.cs
- Timer.cs
- MethodAccessException.cs
- MSAAEventDispatcher.cs
- DataGridViewComboBoxCell.cs
- PolyLineSegment.cs
- RadioButton.cs
- FlowLayoutPanel.cs
- AuthenticatingEventArgs.cs
- CommandManager.cs