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
- WebServicesSection.cs
- AsyncCompletedEventArgs.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- WebBrowserBase.cs
- DataServiceHostFactory.cs
- DbUpdateCommandTree.cs
- arclist.cs
- FileAccessException.cs
- PropertyGroupDescription.cs
- XmlAnyElementAttribute.cs
- MetadataFile.cs
- ScriptReferenceBase.cs
- OraclePermissionAttribute.cs
- PlainXmlWriter.cs
- DiscoveryClientReferences.cs
- ConstructorArgumentAttribute.cs
- ApplicationCommands.cs
- SoapSchemaMember.cs
- CommentGlyph.cs
- CorePropertiesFilter.cs
- Events.cs
- AdornerPresentationContext.cs
- ListViewItemSelectionChangedEvent.cs
- EntityDataSourceValidationException.cs
- RoutingBehavior.cs
- UidManager.cs
- PbrsForward.cs
- PageBuildProvider.cs
- WindowsToolbarItemAsMenuItem.cs
- SafeNativeMethods.cs
- WebBrowserNavigatedEventHandler.cs
- EasingKeyFrames.cs
- ListViewInsertEventArgs.cs
- CacheOutputQuery.cs
- XmlSerializationReader.cs
- Camera.cs
- CompositeScriptReference.cs
- FigureHelper.cs
- ExpressionCopier.cs
- PeerEndPoint.cs
- WebColorConverter.cs
- DesignerAdapterUtil.cs
- DataGridHeaderBorder.cs
- EventLogSession.cs
- XmlSchemaSimpleTypeUnion.cs
- PeerNameResolver.cs
- CopyNodeSetAction.cs
- VirtualDirectoryMapping.cs
- SpeechRecognizer.cs
- ContextProperty.cs
- CompiledELinqQueryState.cs
- CreateUserWizardStep.cs
- BatchStream.cs
- Assembly.cs
- EventDescriptorCollection.cs
- ObjectStateManagerMetadata.cs
- Drawing.cs
- ReadOnlyDataSourceView.cs
- SecurityKeyType.cs
- NetworkCredential.cs
- ManagedIStream.cs
- DataGridViewTopRowAccessibleObject.cs
- FilterUserControlBase.cs
- XmlUtil.cs
- RoutedUICommand.cs
- UriParserTemplates.cs
- SectionRecord.cs
- ForwardPositionQuery.cs
- Typeface.cs
- RepeaterItem.cs
- WCFModelStrings.Designer.cs
- UnsafeNativeMethods.cs
- HttpRawResponse.cs
- AlternateView.cs
- DocumentSchemaValidator.cs
- TypeInfo.cs
- BindingGraph.cs
- QueryStringParameter.cs
- CornerRadiusConverter.cs
- ExpressionPrefixAttribute.cs
- Processor.cs
- FunctionCommandText.cs
- DocumentCollection.cs
- SettingsPropertyIsReadOnlyException.cs
- ServiceNameElement.cs
- ControlCachePolicy.cs
- AuthenticationService.cs
- PolygonHotSpot.cs
- ProgressBarRenderer.cs
- NullableBoolConverter.cs
- Thumb.cs
- AudioFileOut.cs
- ProxyHelper.cs
- XmlNodeChangedEventArgs.cs
- SingleSelectRootGridEntry.cs
- FixedStringLookup.cs
- CheckBoxPopupAdapter.cs
- EdmToObjectNamespaceMap.cs
- Graph.cs
- MessageHeaders.cs