Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / EventArgs.cs / 1 / EventArgs.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System {
using System;
// The base class for all event classes.
[Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class EventArgs {
public static readonly EventArgs Empty = new EventArgs();
public EventArgs()
{
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System {
using System;
// The base class for all event classes.
[Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class EventArgs {
public static readonly EventArgs Empty = new EventArgs();
public EventArgs()
{
}
}
}
// 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
- WSSecurityJan2004.cs
- SqlParameterCollection.cs
- ContextMenuStrip.cs
- CookieHandler.cs
- DefaultTraceListener.cs
- ObjectNavigationPropertyMapping.cs
- RuntimeArgumentHandle.cs
- ButtonRenderer.cs
- MediaEntryAttribute.cs
- SqlClientWrapperSmiStreamChars.cs
- ProgressBar.cs
- BuilderPropertyEntry.cs
- MimeBasePart.cs
- TreeNodeStyleCollection.cs
- ActivityTypeDesigner.xaml.cs
- EventLogPermissionHolder.cs
- Delegate.cs
- CursorConverter.cs
- ExpressionsCollectionConverter.cs
- WorkflowInstanceContextProvider.cs
- Sql8ConformanceChecker.cs
- WizardDesigner.cs
- Membership.cs
- ResourceContainer.cs
- DrawingVisualDrawingContext.cs
- NotSupportedException.cs
- FontNamesConverter.cs
- MobileControl.cs
- RuleEngine.cs
- BuildProvider.cs
- SafeBitVector32.cs
- CanExecuteRoutedEventArgs.cs
- XmlBoundElement.cs
- InOutArgument.cs
- Rotation3DAnimationUsingKeyFrames.cs
- DataSourceHelper.cs
- BitmapImage.cs
- HostedElements.cs
- RequiredFieldValidator.cs
- OperatorExpressions.cs
- TagNameToTypeMapper.cs
- ObjectQueryProvider.cs
- PassportAuthenticationEventArgs.cs
- EntityContainer.cs
- SubqueryRules.cs
- LayoutInformation.cs
- GeometryHitTestResult.cs
- BufferModeSettings.cs
- ModelPropertyImpl.cs
- LinkDescriptor.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- StorageScalarPropertyMapping.cs
- WindowsGraphics.cs
- BufferedGraphicsContext.cs
- OleDbError.cs
- ClientTarget.cs
- SafeArchiveContext.cs
- SchemaImporterExtensionsSection.cs
- RoleBoolean.cs
- FreezableCollection.cs
- FlowLayout.cs
- SqlCacheDependencySection.cs
- TabPanel.cs
- documentsequencetextpointer.cs
- SQLDecimal.cs
- Polygon.cs
- FilterEventArgs.cs
- DbBuffer.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- WebMessageFormatHelper.cs
- EasingQuaternionKeyFrame.cs
- ArgumentOutOfRangeException.cs
- WebServiceEnumData.cs
- WindowsFormsEditorServiceHelper.cs
- SqlException.cs
- FeatureAttribute.cs
- SqlInternalConnectionTds.cs
- UrlMappingCollection.cs
- MsmqAuthenticationMode.cs
- ZipIORawDataFileBlock.cs
- CodeStatementCollection.cs
- SqlDataAdapter.cs
- NextPreviousPagerField.cs
- ImageDrawing.cs
- SortableBindingList.cs
- CroppedBitmap.cs
- RIPEMD160Managed.cs
- ResourceDefaultValueAttribute.cs
- DataGridViewRowCollection.cs
- ProfileManager.cs
- CopyAttributesAction.cs
- DataServiceQueryContinuation.cs
- PropertyChange.cs
- BufferModesCollection.cs
- VectorKeyFrameCollection.cs
- OneOfTypeConst.cs
- AuthenticationModulesSection.cs
- BaseHashHelper.cs
- XmlStreamStore.cs
- RuntimeEnvironment.cs