Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / MonthChangedEventArgs.cs / 1305376 / MonthChangedEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
///
/// Provides data for the
/// event.
///
public class MonthChangedEventArgs {
DateTime newDate, previousDate;
///
/// Initializes a new instance of the class.
///
public MonthChangedEventArgs(DateTime newDate, DateTime previousDate) {
this.newDate = newDate;
this.previousDate = previousDate;
}
///
/// Gets the date that determines the month currently
/// displayed by the .
///
public DateTime NewDate {
get {
return newDate;
}
}
///
/// Gets the date that determines the month previously displayed
/// by the .
///
public DateTime PreviousDate {
get {
return previousDate;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
///
/// Provides data for the
/// event.
///
public class MonthChangedEventArgs {
DateTime newDate, previousDate;
///
/// Initializes a new instance of the class.
///
public MonthChangedEventArgs(DateTime newDate, DateTime previousDate) {
this.newDate = newDate;
this.previousDate = previousDate;
}
///
/// Gets the date that determines the month currently
/// displayed by the .
///
public DateTime NewDate {
get {
return newDate;
}
}
///
/// Gets the date that determines the month previously displayed
/// by the .
///
public DateTime PreviousDate {
get {
return previousDate;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XomlCompilerHelpers.cs
- ReferenceEqualityComparer.cs
- PropertyStore.cs
- PageAdapter.cs
- Comparer.cs
- LinqToSqlWrapper.cs
- SafeRightsManagementQueryHandle.cs
- MemoryResponseElement.cs
- AdornerDecorator.cs
- HMAC.cs
- ContentPosition.cs
- TypedElement.cs
- NativeRecognizer.cs
- XhtmlBasicPhoneCallAdapter.cs
- ReflectEventDescriptor.cs
- IISUnsafeMethods.cs
- Container.cs
- TraceEventCache.cs
- Message.cs
- HTTP_SERVICE_CONFIG_URLACL_PARAM.cs
- ProviderBase.cs
- FacetValueContainer.cs
- StreamAsIStream.cs
- XpsSerializationManagerAsync.cs
- ContextStaticAttribute.cs
- LifetimeServices.cs
- UnrecognizedAssertionsBindingElement.cs
- SplashScreenNativeMethods.cs
- Bidi.cs
- MissingManifestResourceException.cs
- GridErrorDlg.cs
- PropertyTab.cs
- DispatcherHookEventArgs.cs
- filewebresponse.cs
- ToolBarButtonClickEvent.cs
- DataControlFieldCollection.cs
- SymmetricKey.cs
- AsyncOperation.cs
- TabControlAutomationPeer.cs
- FrameworkElement.cs
- SafeEventHandle.cs
- AndMessageFilter.cs
- Timer.cs
- XmlAnyAttributeAttribute.cs
- QilFactory.cs
- ProtocolInformationReader.cs
- AccessDataSource.cs
- MailAddress.cs
- LogicalCallContext.cs
- DrawingCollection.cs
- JsonClassDataContract.cs
- TrustLevel.cs
- GenericRootAutomationPeer.cs
- Message.cs
- ApplicationActivator.cs
- SmiMetaData.cs
- ToolboxDataAttribute.cs
- cache.cs
- TraceLevelStore.cs
- ListItemCollection.cs
- Panel.cs
- ImageClickEventArgs.cs
- TextEditorParagraphs.cs
- validationstate.cs
- UnsafeNativeMethods.cs
- DesignerLoader.cs
- GeneralTransform3D.cs
- DurableInstanceContextProvider.cs
- XmlSchemaSimpleTypeList.cs
- PageAsyncTask.cs
- Attributes.cs
- HttpPostedFile.cs
- ListSortDescription.cs
- ServiceBusyException.cs
- ExtentKey.cs
- ReadOnlyCollection.cs
- SurrogateSelector.cs
- WindowsListViewSubItem.cs
- WebServiceTypeData.cs
- ClassHandlersStore.cs
- NonPrimarySelectionGlyph.cs
- CfgParser.cs
- RtType.cs
- DataControlButton.cs
- HitTestResult.cs
- WebPartVerbCollection.cs
- oledbmetadatacolumnnames.cs
- Bold.cs
- ComponentCollection.cs
- MediaContextNotificationWindow.cs
- invalidudtexception.cs
- ComponentCache.cs
- _AutoWebProxyScriptEngine.cs
- RijndaelManagedTransform.cs
- BidPrivateBase.cs
- ImmutableObjectAttribute.cs
- DoubleAnimationClockResource.cs
- COM2FontConverter.cs
- DataGridItemCollection.cs
- OperationParameterInfoCollection.cs