Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UserControlBuildProvider.cs
- DataGridViewEditingControlShowingEventArgs.cs
- HtmlUtf8RawTextWriter.cs
- BaseCollection.cs
- ProfilePropertyMetadata.cs
- Light.cs
- CalendarModeChangedEventArgs.cs
- DictionaryKeyPropertyAttribute.cs
- CriticalFinalizerObject.cs
- BaseValidatorDesigner.cs
- SessionState.cs
- TextElementCollection.cs
- nulltextnavigator.cs
- ScriptModule.cs
- SecurityTokenSpecification.cs
- ProxySimple.cs
- _LazyAsyncResult.cs
- ValidateNames.cs
- WindowsFormsSectionHandler.cs
- XhtmlTextWriter.cs
- MemberPathMap.cs
- UmAlQuraCalendar.cs
- MimePart.cs
- Button.cs
- ConstructorBuilder.cs
- COM2ExtendedTypeConverter.cs
- AppSettingsReader.cs
- RequestCacheValidator.cs
- DataServiceProcessingPipeline.cs
- FlatButtonAppearance.cs
- ParallelTimeline.cs
- ExecutionEngineException.cs
- SortAction.cs
- ProfileSettings.cs
- CodeAttributeArgumentCollection.cs
- SrgsSubset.cs
- HMACSHA384.cs
- panel.cs
- CharUnicodeInfo.cs
- TimeStampChecker.cs
- HostedHttpTransportManager.cs
- Crc32.cs
- MetadataSource.cs
- DataServiceQueryException.cs
- LoginName.cs
- ApplicationInfo.cs
- selecteditemcollection.cs
- ScriptingRoleServiceSection.cs
- EmptyEnumerable.cs
- CompilerTypeWithParams.cs
- RenamedEventArgs.cs
- LoadGrammarCompletedEventArgs.cs
- DuplicateWaitObjectException.cs
- HwndAppCommandInputProvider.cs
- Control.cs
- PropertyChangeTracker.cs
- QueryRewriter.cs
- WMIInterop.cs
- SafeFileHandle.cs
- TdsParserSafeHandles.cs
- oledbmetadatacollectionnames.cs
- SafeNativeMethods.cs
- DbgUtil.cs
- RegionIterator.cs
- SoapExtensionTypeElementCollection.cs
- EnterpriseServicesHelper.cs
- DataComponentMethodGenerator.cs
- PackageRelationshipCollection.cs
- OutputCacheModule.cs
- Span.cs
- TemplatedMailWebEventProvider.cs
- FunctionMappingTranslator.cs
- PreviousTrackingServiceAttribute.cs
- SystemPens.cs
- SmiRequestExecutor.cs
- XmlLanguageConverter.cs
- HttpWrapper.cs
- FlowPosition.cs
- VisualState.cs
- SMSvcHost.cs
- XmlILOptimizerVisitor.cs
- AesCryptoServiceProvider.cs
- Point3DConverter.cs
- oledbmetadatacollectionnames.cs
- EncryptRequest.cs
- LocatorGroup.cs
- ComboBoxAutomationPeer.cs
- XmlQueryStaticData.cs
- XPathParser.cs
- SkewTransform.cs
- HotSpotCollection.cs
- SourceElementsCollection.cs
- ContainerUIElement3D.cs
- LayoutManager.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- ListSourceHelper.cs
- TagPrefixCollection.cs
- InvalidateEvent.cs
- ElementAction.cs
- ChineseLunisolarCalendar.cs