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
- DateTimeConstantAttribute.cs
- CursorInteropHelper.cs
- TdsParser.cs
- WindowsScroll.cs
- codemethodreferenceexpression.cs
- RTTypeWrapper.cs
- XmlChildNodes.cs
- HebrewNumber.cs
- LoginView.cs
- OdbcParameter.cs
- ScriptingProfileServiceSection.cs
- RotateTransform.cs
- AsyncDataRequest.cs
- WebPartTransformer.cs
- CommonObjectSecurity.cs
- EditableRegion.cs
- AccessText.cs
- QueryContext.cs
- AdapterDictionary.cs
- IxmlLineInfo.cs
- SqlDataSourceFilteringEventArgs.cs
- PageFunction.cs
- DesignTimeParseData.cs
- ThicknessAnimationUsingKeyFrames.cs
- WebPartConnectionsCancelVerb.cs
- ASCIIEncoding.cs
- WebReferencesBuildProvider.cs
- ConstructorBuilder.cs
- CompiledIdentityConstraint.cs
- Section.cs
- ExecutionScope.cs
- SwitchExpression.cs
- Column.cs
- Mouse.cs
- WebMessageBodyStyleHelper.cs
- BaseAutoFormat.cs
- UserControl.cs
- ellipse.cs
- MsmqBindingElementBase.cs
- InputDevice.cs
- Convert.cs
- Activation.cs
- BaseDataList.cs
- IisTraceWebEventProvider.cs
- DatagridviewDisplayedBandsData.cs
- PkcsUtils.cs
- SQLInt16Storage.cs
- XsltQilFactory.cs
- BitmapEffectOutputConnector.cs
- RecognizedAudio.cs
- TextServicesCompartmentContext.cs
- SerializerWriterEventHandlers.cs
- QilPatternFactory.cs
- DetailsViewUpdatedEventArgs.cs
- ToolStripRenderEventArgs.cs
- DuplicateContext.cs
- XmlQueryRuntime.cs
- FontFamilyValueSerializer.cs
- ZipIOFileItemStream.cs
- FragmentQueryProcessor.cs
- MergeFailedEvent.cs
- StringInfo.cs
- SqlRewriteScalarSubqueries.cs
- InvalidEnumArgumentException.cs
- ReadOnlyHierarchicalDataSource.cs
- ToolStripDesignerAvailabilityAttribute.cs
- X509ChainElement.cs
- InternalDuplexChannelListener.cs
- WebColorConverter.cs
- TimeZoneNotFoundException.cs
- RoleManagerSection.cs
- ActivityCodeDomReferenceService.cs
- DrawListViewSubItemEventArgs.cs
- _LoggingObject.cs
- DispatcherHooks.cs
- SecureStringHasher.cs
- InstanceData.cs
- Binding.cs
- DataAdapter.cs
- WindowsListView.cs
- TextPointerBase.cs
- SqlCommandSet.cs
- XmlDomTextWriter.cs
- FunctionCommandText.cs
- SqlFunctionAttribute.cs
- WebPartDisplayModeEventArgs.cs
- WindowsPrincipal.cs
- TransactionTable.cs
- SecurityKeyUsage.cs
- HtmlGenericControl.cs
- DrawingContextDrawingContextWalker.cs
- ReliableChannelListener.cs
- SupportingTokenDuplexChannel.cs
- AppDomainAttributes.cs
- ProcessModelInfo.cs
- Point4DValueSerializer.cs
- FreezableOperations.cs
- ProviderCollection.cs
- CodeSubDirectory.cs
- Int64AnimationBase.cs