Code:
/ FX-1434 / FX-1434 / 1.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
- LineVisual.cs
- JsonDataContract.cs
- MarkupObject.cs
- EventTrigger.cs
- PackagePartCollection.cs
- AppSettingsSection.cs
- ProjectionCamera.cs
- GeometryModel3D.cs
- HttpWebRequestElement.cs
- HttpHandlersSection.cs
- EntityCollection.cs
- RequiredFieldValidator.cs
- ToolstripProfessionalRenderer.cs
- UrlAuthFailedErrorFormatter.cs
- ContentHostHelper.cs
- AdornerPresentationContext.cs
- NativeObjectSecurity.cs
- Select.cs
- HttpsChannelFactory.cs
- DragStartedEventArgs.cs
- ConfigurationSection.cs
- CurrentChangedEventManager.cs
- VolatileEnlistmentMultiplexing.cs
- CultureTable.cs
- BitmapMetadataBlob.cs
- XamlFxTrace.cs
- ResourceExpressionBuilder.cs
- QilChoice.cs
- SerialStream.cs
- DataListItem.cs
- MSHTMLHost.cs
- SR.cs
- TypeRefElement.cs
- WorkflowApplicationUnloadedException.cs
- MouseOverProperty.cs
- WebServiceReceive.cs
- FormatException.cs
- ProfileBuildProvider.cs
- TerminatorSinks.cs
- TextTreeRootTextBlock.cs
- ToolStripItemImageRenderEventArgs.cs
- XpsFilter.cs
- ParamArrayAttribute.cs
- XmlSchemaSimpleContent.cs
- XMLSyntaxException.cs
- StateInitialization.cs
- DynamicILGenerator.cs
- DataTableReader.cs
- CodeIdentifier.cs
- ProtectedProviderSettings.cs
- FormClosedEvent.cs
- FixedStringLookup.cs
- HtmlFormWrapper.cs
- InternalDuplexBindingElement.cs
- DbConnectionPoolCounters.cs
- DiagnosticsConfigurationHandler.cs
- SchemaConstraints.cs
- OdbcException.cs
- cookieexception.cs
- ResXResourceSet.cs
- DataPagerField.cs
- SecurityKeyIdentifier.cs
- FileUtil.cs
- GridErrorDlg.cs
- DesignerProperties.cs
- CallbackValidator.cs
- EntityStoreSchemaFilterEntry.cs
- ConvertersCollection.cs
- TreeViewBindingsEditorForm.cs
- BooleanExpr.cs
- webproxy.cs
- FacetEnabledSchemaElement.cs
- SortAction.cs
- PartialCachingAttribute.cs
- DataBoundControlHelper.cs
- SHA256Managed.cs
- SQLConvert.cs
- AppDomainProtocolHandler.cs
- ProxyWebPartManager.cs
- FileDialogCustomPlace.cs
- UnsafeNativeMethods.cs
- MimeMapping.cs
- DBSqlParserTable.cs
- DataGridViewColumnCollection.cs
- DuplexChannelBinder.cs
- SqlDataReader.cs
- ScrollPatternIdentifiers.cs
- TrueReadOnlyCollection.cs
- DataGridViewCellLinkedList.cs
- HttpResponseInternalWrapper.cs
- ManipulationDelta.cs
- DrawToolTipEventArgs.cs
- ErrorBehavior.cs
- ImageCollectionEditor.cs
- FixedPageStructure.cs
- SchemaElement.cs
- ImageList.cs
- CrossContextChannel.cs
- ConnectionPoolManager.cs
- Label.cs