Code:
/ 4.0 / 4.0 / 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. ///// 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
- Timer.cs
- ObjectStorage.cs
- Accessors.cs
- DesignerVerbCollection.cs
- GenerateScriptTypeAttribute.cs
- ApplicationSecurityManager.cs
- DataObjectSettingDataEventArgs.cs
- WebServiceTypeData.cs
- URLIdentityPermission.cs
- DocumentReference.cs
- SafeLocalMemHandle.cs
- ValidatedMobileControlConverter.cs
- ReferencedCollectionType.cs
- DebugHandleTracker.cs
- SplineQuaternionKeyFrame.cs
- DbTypeMap.cs
- Decoder.cs
- DataTable.cs
- FormsAuthenticationCredentials.cs
- CodeAttachEventStatement.cs
- EnumType.cs
- TemplatePropertyEntry.cs
- WebPartHelpVerb.cs
- SafeRegistryHandle.cs
- RuntimeIdentifierPropertyAttribute.cs
- SaveFileDialog.cs
- SoapServerMethod.cs
- Pointer.cs
- TypeConverter.cs
- VariableQuery.cs
- OleAutBinder.cs
- DotNetATv1WindowsLogEntrySerializer.cs
- TraceUtility.cs
- NameScope.cs
- propertytag.cs
- ViewgenContext.cs
- TextBoxBase.cs
- OdbcConnection.cs
- BamlLocalizer.cs
- DrawingAttributes.cs
- DynamicDiscoSearcher.cs
- PropertiesTab.cs
- ConstraintConverter.cs
- BooleanKeyFrameCollection.cs
- DesignerSerializationManager.cs
- JsonQNameDataContract.cs
- TextElementEnumerator.cs
- ServerIdentity.cs
- WindowsRichEditRange.cs
- ServiceEndpointElementCollection.cs
- WindowsScrollBarBits.cs
- BCLDebug.cs
- UnsafeMethods.cs
- SystemGatewayIPAddressInformation.cs
- TableRowCollection.cs
- ConfigurationManagerHelperFactory.cs
- CorrelationExtension.cs
- InlinedAggregationOperatorEnumerator.cs
- mediaclock.cs
- FontStretchConverter.cs
- MetadataCache.cs
- AggregateException.cs
- ExpressionEditorAttribute.cs
- PropertyConverter.cs
- HttpCookiesSection.cs
- TextDecorationCollection.cs
- XmlSerializer.cs
- ObjectAnimationUsingKeyFrames.cs
- XslUrlEditor.cs
- Thickness.cs
- FontWeightConverter.cs
- GeometryHitTestResult.cs
- ProfileService.cs
- SortDescriptionCollection.cs
- Emitter.cs
- AmbientProperties.cs
- CalendarTable.cs
- DictionaryChange.cs
- CreateParams.cs
- BuildTopDownAttribute.cs
- SessionStateSection.cs
- ArgumentValidation.cs
- TemplatePagerField.cs
- WebServiceClientProxyGenerator.cs
- GraphicsPath.cs
- ChildDocumentBlock.cs
- XsdBuildProvider.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- OdbcException.cs
- PerformanceCounterLib.cs
- StringComparer.cs
- wgx_exports.cs
- PDBReader.cs
- InheritedPropertyChangedEventArgs.cs
- documentsequencetextview.cs
- StringBuilder.cs
- EncryptedReference.cs
- DesignTimeDataBinding.cs
- AnnotationResourceChangedEventArgs.cs
- itemelement.cs