Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DayRenderEvent.cs / 1 / DayRenderEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //Gets the day to render. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- DataMemberAttribute.cs
- CapabilitiesPattern.cs
- NonNullItemCollection.cs
- MarkerProperties.cs
- RowType.cs
- ListViewInsertionMark.cs
- ToolboxItemFilterAttribute.cs
- TextViewSelectionProcessor.cs
- WorkflowServiceHostFactory.cs
- StylusPointPropertyUnit.cs
- TableRow.cs
- Table.cs
- EncryptedPackageFilter.cs
- HtmlInputPassword.cs
- BitmapImage.cs
- CursorConverter.cs
- Substitution.cs
- ErrorFormatterPage.cs
- ListCollectionView.cs
- ObjectSpanRewriter.cs
- AutomationElement.cs
- RC2CryptoServiceProvider.cs
- DataGridViewHitTestInfo.cs
- ConfigXmlText.cs
- DynamicMetaObject.cs
- DataGridLinkButton.cs
- KnowledgeBase.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ServiceKnownTypeAttribute.cs
- WSTrustFeb2005.cs
- TextSpanModifier.cs
- CancellationTokenSource.cs
- InputLanguageEventArgs.cs
- AppDomain.cs
- NullableFloatMinMaxAggregationOperator.cs
- Rethrow.cs
- ExternalDataExchangeClient.cs
- EntityContainerRelationshipSet.cs
- MsmqTransportBindingElement.cs
- StyleBamlTreeBuilder.cs
- KnownBoxes.cs
- SwitchElementsCollection.cs
- Point.cs
- ConnectionsZone.cs
- SafeUserTokenHandle.cs
- ManualResetEvent.cs
- XmlHelper.cs
- EventlogProvider.cs
- TransformedBitmap.cs
- ProviderUtil.cs
- ListCollectionView.cs
- DiscoveryClientProtocol.cs
- GridViewSelectEventArgs.cs
- HMACMD5.cs
- AdPostCacheSubstitution.cs
- RangeContentEnumerator.cs
- ListBox.cs
- DetailsView.cs
- DesignerActionMethodItem.cs
- PointCollection.cs
- FakeModelItemImpl.cs
- MappedMetaModel.cs
- HtmlInputButton.cs
- embossbitmapeffect.cs
- CryptoProvider.cs
- codemethodreferenceexpression.cs
- Currency.cs
- CheckBoxStandardAdapter.cs
- TableAutomationPeer.cs
- OleDbRowUpdatedEvent.cs
- TemplateParser.cs
- CommentEmitter.cs
- String.cs
- Binding.cs
- X509Utils.cs
- AspNetRouteServiceHttpHandler.cs
- controlskin.cs
- XslCompiledTransform.cs
- CollectionChangedEventManager.cs
- MissingMemberException.cs
- SafePointer.cs
- DoubleAnimationUsingPath.cs
- _Connection.cs
- SystemColorTracker.cs
- PointAnimationBase.cs
- AddInContractAttribute.cs
- ModifiableIteratorCollection.cs
- TTSEngineProxy.cs
- SqlCrossApplyToCrossJoin.cs
- SqlNamer.cs
- PenThreadWorker.cs
- OdbcInfoMessageEvent.cs
- FontFaceLayoutInfo.cs
- Point4DConverter.cs
- SchemaMerger.cs
- WindowsBrush.cs
- BamlRecordHelper.cs
- SelectionProviderWrapper.cs
- PointLightBase.cs
- versioninfo.cs