Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ //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.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
- FixedSOMSemanticBox.cs
- SqlDeflator.cs
- XmlValidatingReaderImpl.cs
- XmlNotation.cs
- BlockUIContainer.cs
- TemplateBindingExpression.cs
- WebPartEditorCancelVerb.cs
- ContextProperty.cs
- FormattedTextSymbols.cs
- UnsafeNativeMethods.cs
- glyphs.cs
- ReflectionPermission.cs
- FontFaceLayoutInfo.cs
- TypedTableHandler.cs
- TreeNodeCollectionEditorDialog.cs
- XsltArgumentList.cs
- QueryAsyncResult.cs
- ReversePositionQuery.cs
- GroupItem.cs
- RegexNode.cs
- ScrollViewerAutomationPeer.cs
- Version.cs
- ActivationArguments.cs
- Config.cs
- Utils.cs
- DefaultMemberAttribute.cs
- Solver.cs
- TemplateControl.cs
- FreeFormDesigner.cs
- PathTooLongException.cs
- GeneralTransformCollection.cs
- SelectionChangedEventArgs.cs
- SessionStateContainer.cs
- _RequestCacheProtocol.cs
- DocumentApplicationJournalEntryEventArgs.cs
- LayoutEditorPart.cs
- ImageUrlEditor.cs
- SQLChars.cs
- ThreadStartException.cs
- FormattedTextSymbols.cs
- ProviderCommandInfoUtils.cs
- Evidence.cs
- RegexStringValidatorAttribute.cs
- ResourceReferenceExpression.cs
- Types.cs
- ManagementDateTime.cs
- BitmapEffectvisualstate.cs
- DataGridViewSelectedCellCollection.cs
- WebPartDescriptionCollection.cs
- Padding.cs
- FullTextState.cs
- SafeProcessHandle.cs
- C14NUtil.cs
- SpeechRecognitionEngine.cs
- MergeLocalizationDirectives.cs
- MonthCalendar.cs
- UrlPropertyAttribute.cs
- PropertyDescriptorComparer.cs
- ListBox.cs
- ALinqExpressionVisitor.cs
- x509utils.cs
- FixedTextContainer.cs
- CssTextWriter.cs
- _AutoWebProxyScriptEngine.cs
- SiteOfOriginContainer.cs
- CanonicalFormWriter.cs
- CapabilitiesUse.cs
- Deserializer.cs
- Light.cs
- HttpException.cs
- DesignerAttribute.cs
- Vector3DAnimationBase.cs
- EdmItemCollection.cs
- HashHelpers.cs
- ValidationPropertyAttribute.cs
- PolicyLevel.cs
- UnicastIPAddressInformationCollection.cs
- NamedElement.cs
- SynchronizationContext.cs
- Stylesheet.cs
- SoapAttributeOverrides.cs
- Propagator.cs
- TemplateApplicationHelper.cs
- CellConstantDomain.cs
- Transform.cs
- DataTableTypeConverter.cs
- XmlImplementation.cs
- BindingOperations.cs
- AssertSection.cs
- TextTreeInsertElementUndoUnit.cs
- GridViewPageEventArgs.cs
- SplashScreenNativeMethods.cs
- SqlCacheDependencyDatabaseCollection.cs
- ParseElement.cs
- AutomationProperties.cs
- XmlILModule.cs
- TrackPointCollection.cs
- TemplatedMailWebEventProvider.cs
- MenuItemStyle.cs
- XmlImplementation.cs