Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DayRenderEvent.cs / 1305376 / DayRenderEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { ////// public sealed class DayRenderEventArgs { CalendarDay day; TableCell cell; string selectUrl; ///Provides data for the ///event of a . /// /// public DayRenderEventArgs(TableCell cell, CalendarDay day) { this.day = day; this.cell = cell; } public DayRenderEventArgs(TableCell cell, CalendarDay day, string selectUrl) { this.day = day; this.cell = cell; this.selectUrl = selectUrl; } ///Initializes a new instance of the ///class. /// public TableCell Cell { get { return cell; } } ///Gets the cell that contains the day. This property is read-only. ////// public CalendarDay Day { get { return day; } } public string SelectUrl { get { return selectUrl; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the day to render. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { ////// public sealed class DayRenderEventArgs { CalendarDay day; TableCell cell; string selectUrl; ///Provides data for the ///event of a . /// /// public DayRenderEventArgs(TableCell cell, CalendarDay day) { this.day = day; this.cell = cell; } public DayRenderEventArgs(TableCell cell, CalendarDay day, string selectUrl) { this.day = day; this.cell = cell; this.selectUrl = selectUrl; } ///Initializes a new instance of the ///class. /// public TableCell Cell { get { return cell; } } ///Gets the cell that contains the day. This property is read-only. ////// public CalendarDay Day { get { return day; } } public string SelectUrl { get { return selectUrl; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the day to render. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MetadataArtifactLoaderResource.cs
- WebPartManagerInternals.cs
- SliderAutomationPeer.cs
- WebOperationContext.cs
- DbParameterCollection.cs
- Size3D.cs
- ConnectivityStatus.cs
- AstTree.cs
- Compiler.cs
- WebPartDisplayMode.cs
- SupportingTokenSecurityTokenResolver.cs
- _FtpControlStream.cs
- ExceptionUtil.cs
- ExecutedRoutedEventArgs.cs
- MessageContractExporter.cs
- DeflateStream.cs
- RotateTransform3D.cs
- DigestTraceRecordHelper.cs
- ProcessModelInfo.cs
- TextEffectCollection.cs
- DataGridItemCollection.cs
- columnmapkeybuilder.cs
- HuffCodec.cs
- NameTable.cs
- PropertyInformationCollection.cs
- WebRequestModulesSection.cs
- TypeUnloadedException.cs
- ConfigurationPropertyCollection.cs
- SoapSchemaMember.cs
- DoubleKeyFrameCollection.cs
- TreeChangeInfo.cs
- StringFunctions.cs
- DoubleKeyFrameCollection.cs
- DefaultTextStore.cs
- nulltextcontainer.cs
- SqlMethodAttribute.cs
- DrawingBrush.cs
- ImageKeyConverter.cs
- ExtenderHelpers.cs
- RegionData.cs
- ReadOnlyCollection.cs
- DocumentSequenceHighlightLayer.cs
- ActivityMetadata.cs
- RegexWriter.cs
- UxThemeWrapper.cs
- InlinedAggregationOperatorEnumerator.cs
- BooleanSwitch.cs
- ImageFormat.cs
- RuleSettingsCollection.cs
- DataAdapter.cs
- SingleResultAttribute.cs
- unsafeIndexingFilterStream.cs
- MenuItemBinding.cs
- DnsPermission.cs
- DotExpr.cs
- SponsorHelper.cs
- DataBindingExpressionBuilder.cs
- HttpRuntimeSection.cs
- HtmlInputCheckBox.cs
- SEHException.cs
- DataColumnSelectionConverter.cs
- PrePostDescendentsWalker.cs
- StorageComplexPropertyMapping.cs
- CheckedListBox.cs
- ButtonFieldBase.cs
- AsyncStreamReader.cs
- DesignBindingPropertyDescriptor.cs
- IUnknownConstantAttribute.cs
- xdrvalidator.cs
- TripleDES.cs
- ReferencedCollectionType.cs
- XmlSchemaSimpleTypeList.cs
- SoapAttributeOverrides.cs
- CodeDomLoader.cs
- SoapInteropTypes.cs
- PackageRelationshipSelector.cs
- DataServiceQueryOfT.cs
- ChildChangedEventArgs.cs
- XsdDuration.cs
- WmpBitmapEncoder.cs
- Win32.cs
- GridViewCellAutomationPeer.cs
- DataMisalignedException.cs
- SmiMetaDataProperty.cs
- SqlConnectionPoolProviderInfo.cs
- NamedPipeTransportBindingElement.cs
- AssociatedControlConverter.cs
- AssociationSet.cs
- WebPartConnectionCollection.cs
- SessionEndedEventArgs.cs
- AdPostCacheSubstitution.cs
- ApplyTemplatesAction.cs
- XmlUtf8RawTextWriter.cs
- DecimalKeyFrameCollection.cs
- DiscreteKeyFrames.cs
- RestrictedTransactionalPackage.cs
- ConstraintManager.cs
- InvalidProgramException.cs
- GridItemProviderWrapper.cs
- HMACSHA512.cs