Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- LayoutEngine.cs
- ConfigXmlSignificantWhitespace.cs
- PointAnimation.cs
- Converter.cs
- ModelPropertyImpl.cs
- EventSinkHelperWriter.cs
- SamlSubject.cs
- CharEnumerator.cs
- ServerProtocol.cs
- CookieProtection.cs
- HttpEncoderUtility.cs
- ListMarkerSourceInfo.cs
- VirtualizingPanel.cs
- SoapExtension.cs
- DetailsViewUpdatedEventArgs.cs
- DataSourceView.cs
- HwndKeyboardInputProvider.cs
- CookielessHelper.cs
- ConfigsHelper.cs
- ApplicationBuildProvider.cs
- Matrix3DConverter.cs
- Win32SafeHandles.cs
- DbgCompiler.cs
- FormsAuthenticationUser.cs
- SymmetricAlgorithm.cs
- DataGridViewTextBoxEditingControl.cs
- XmlEntity.cs
- TextRenderer.cs
- DataColumnCollection.cs
- GlyphingCache.cs
- CalendarDay.cs
- DoubleUtil.cs
- PointCollection.cs
- DataPagerFieldItem.cs
- SqlGenericUtil.cs
- TimeSpanOrInfiniteConverter.cs
- filewebrequest.cs
- CorrelationResolver.cs
- XmlSchemaSimpleContentRestriction.cs
- PixelShader.cs
- TreeViewEvent.cs
- SoapHeaderException.cs
- OrderedHashRepartitionStream.cs
- ProgressBarBrushConverter.cs
- HtmlInputHidden.cs
- Zone.cs
- SecurityRuntime.cs
- LineUtil.cs
- VirtualPathProvider.cs
- CryptographicAttribute.cs
- ConnectionPointGlyph.cs
- DebugView.cs
- ProfessionalColorTable.cs
- ChannelPool.cs
- ScriptRegistrationManager.cs
- Menu.cs
- RemotingConfiguration.cs
- ArrayTypeMismatchException.cs
- control.ime.cs
- TPLETWProvider.cs
- HttpRequest.cs
- DeviceContext2.cs
- StringWriter.cs
- GeneralTransform3DTo2DTo3D.cs
- StylusPointPropertyInfo.cs
- GeneralTransform3DGroup.cs
- CryptoConfig.cs
- DbProviderFactory.cs
- DiscoveryEndpointElement.cs
- CodeArrayCreateExpression.cs
- WeakRefEnumerator.cs
- String.cs
- AssemblyUtil.cs
- NCryptSafeHandles.cs
- BigInt.cs
- StatusBarAutomationPeer.cs
- NumericUpDown.cs
- PngBitmapEncoder.cs
- DataControlPagerLinkButton.cs
- FormsIdentity.cs
- StorageEntityTypeMapping.cs
- ObjectDisposedException.cs
- VisualStyleRenderer.cs
- BaseServiceProvider.cs
- Console.cs
- ElementInit.cs
- Block.cs
- ModifierKeysConverter.cs
- PersonalizablePropertyEntry.cs
- EditorPartChrome.cs
- CursorConverter.cs
- LockedActivityGlyph.cs
- DeviceFilterDictionary.cs
- NaturalLanguageHyphenator.cs
- WebPartsPersonalization.cs
- XmlDigitalSignatureProcessor.cs
- Matrix3D.cs
- ButtonStandardAdapter.cs
- SynchronizedDisposablePool.cs
- DBProviderConfigurationHandler.cs