Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }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
- TextBox.cs
- ErrorItem.cs
- ContentPlaceHolder.cs
- EndpointNameMessageFilter.cs
- SequenceDesigner.cs
- DocumentPageTextView.cs
- HitTestResult.cs
- BinaryReader.cs
- CharacterBufferReference.cs
- UnsafeNetInfoNativeMethods.cs
- TwoPhaseCommit.cs
- ProtocolsConfiguration.cs
- GlyphTypeface.cs
- Rijndael.cs
- Container.cs
- HttpDictionary.cs
- Underline.cs
- CodeBlockBuilder.cs
- MetadataItemCollectionFactory.cs
- ContextMenuStrip.cs
- ContextMarshalException.cs
- ChannelCredentials.cs
- WmlImageAdapter.cs
- Metafile.cs
- ProcessHostMapPath.cs
- TdsParserStaticMethods.cs
- ParentControlDesigner.cs
- BaseCodePageEncoding.cs
- MulticastNotSupportedException.cs
- MediaTimeline.cs
- MemberMaps.cs
- IssuedTokenClientElement.cs
- DataGridViewCellCancelEventArgs.cs
- TogglePatternIdentifiers.cs
- GcSettings.cs
- MulticastOption.cs
- TraceContext.cs
- XPathExpr.cs
- Exceptions.cs
- ToolStripItemClickedEventArgs.cs
- rsa.cs
- SoapIncludeAttribute.cs
- DesigntimeLicenseContextSerializer.cs
- InheritanceService.cs
- StoreItemCollection.cs
- WarningException.cs
- Win32SafeHandles.cs
- BaseProcessor.cs
- StringUtil.cs
- LogicalExpressionTypeConverter.cs
- TextBoxAutomationPeer.cs
- versioninfo.cs
- ActiveXContainer.cs
- TextRangeEdit.cs
- DivideByZeroException.cs
- ScriptModule.cs
- SettingsSection.cs
- QilGeneratorEnv.cs
- EntityDataSourceChangedEventArgs.cs
- SqlCommand.cs
- ChunkedMemoryStream.cs
- Vector.cs
- DataGridDetailsPresenterAutomationPeer.cs
- DesignerProperties.cs
- ObjectDataSourceView.cs
- SafeNativeMethods.cs
- PathStreamGeometryContext.cs
- ConfigurationStrings.cs
- Pool.cs
- DataKeyPropertyAttribute.cs
- XmlSchemaIdentityConstraint.cs
- ThreadInterruptedException.cs
- documentsequencetextview.cs
- EventLogReader.cs
- GeneralTransform.cs
- AutomationProperties.cs
- ExcCanonicalXml.cs
- Hex.cs
- TextBoxBaseDesigner.cs
- TextRange.cs
- MimeParameters.cs
- DynamicPropertyHolder.cs
- MailAddress.cs
- WindowsGrip.cs
- WindowsFormsHelpers.cs
- BCLDebug.cs
- PixelFormat.cs
- PolyBezierSegment.cs
- TemplateBindingExpressionConverter.cs
- XmlNodeList.cs
- XmlSchemaSet.cs
- EncryptedType.cs
- MetadataPropertyCollection.cs
- DeploymentSectionCache.cs
- ButtonChrome.cs
- InkSerializer.cs
- VirtualizingPanel.cs
- ApplicationDirectory.cs
- ModelTreeEnumerator.cs
- LongSumAggregationOperator.cs