Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Data / System / Data / SqlClient / SqlNotificationEventArgs.cs / 1 / SqlNotificationEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.SqlClient {
using System;
using System.ComponentModel;
using System.Collections;
using System.Data;
#if WINFSInternalOnly
internal
#else
public
#endif
class SqlNotificationEventArgs : EventArgs {
private SqlNotificationType _type;
private SqlNotificationInfo _info;
private SqlNotificationSource _source;
public SqlNotificationEventArgs(SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source) {
_info = info;
_source = source;
_type = type;
}
public SqlNotificationType Type {
get {
return _type;
}
}
public SqlNotificationInfo Info {
get {
return _info;
}
}
public SqlNotificationSource Source {
get {
return _source;
}
}
internal static SqlNotificationEventArgs NotifyError = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.Error, SqlNotificationSource.Object);
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.SqlClient {
using System;
using System.ComponentModel;
using System.Collections;
using System.Data;
#if WINFSInternalOnly
internal
#else
public
#endif
class SqlNotificationEventArgs : EventArgs {
private SqlNotificationType _type;
private SqlNotificationInfo _info;
private SqlNotificationSource _source;
public SqlNotificationEventArgs(SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source) {
_info = info;
_source = source;
_type = type;
}
public SqlNotificationType Type {
get {
return _type;
}
}
public SqlNotificationInfo Info {
get {
return _info;
}
}
public SqlNotificationSource Source {
get {
return _source;
}
}
internal static SqlNotificationEventArgs NotifyError = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.Error, SqlNotificationSource.Object);
}
}
// 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
- QueryCursorEventArgs.cs
- DataGridViewColumnConverter.cs
- SortKey.cs
- LogRecordSequence.cs
- ListControl.cs
- ScriptingWebServicesSectionGroup.cs
- TextTreeTextBlock.cs
- ExtensionDataObject.cs
- ProgressBar.cs
- _LoggingObject.cs
- ToolStripRendererSwitcher.cs
- StorageTypeMapping.cs
- RelatedCurrencyManager.cs
- SID.cs
- RuleProcessor.cs
- ByteKeyFrameCollection.cs
- EnumValidator.cs
- HotSpot.cs
- DataTableClearEvent.cs
- ParserContext.cs
- KnownBoxes.cs
- GlyphRunDrawing.cs
- CustomError.cs
- PrinterSettings.cs
- CategoryAttribute.cs
- TemplatedEditableDesignerRegion.cs
- ObsoleteAttribute.cs
- UserControl.cs
- Queue.cs
- ComEventsSink.cs
- METAHEADER.cs
- ApplyTemplatesAction.cs
- WindowsGraphicsCacheManager.cs
- Mutex.cs
- NetworkStream.cs
- XslException.cs
- DropTarget.cs
- CommentEmitter.cs
- WebScriptServiceHost.cs
- GroupBox.cs
- SchemaNames.cs
- InvokerUtil.cs
- WebPartVerbsEventArgs.cs
- DefaultPropertyAttribute.cs
- QueryException.cs
- PropertyTabAttribute.cs
- X509ServiceCertificateAuthenticationElement.cs
- DateRangeEvent.cs
- ActivityWithResult.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- VirtualizingPanel.cs
- TypedServiceChannelBuilder.cs
- HighlightComponent.cs
- BindingGroup.cs
- VectorCollectionValueSerializer.cs
- ResourceReader.cs
- Interlocked.cs
- TargetException.cs
- HyperLinkColumn.cs
- SortedList.cs
- _WebProxyDataBuilder.cs
- Utils.cs
- SqlDataSourceSelectingEventArgs.cs
- CodeBlockBuilder.cs
- BinaryObjectWriter.cs
- CommandValueSerializer.cs
- SafeRegistryKey.cs
- TiffBitmapEncoder.cs
- DelayedRegex.cs
- DocumentSequence.cs
- XmlSchemaChoice.cs
- ErrorFormatterPage.cs
- TableParagraph.cs
- WindowsSecurityTokenAuthenticator.cs
- Mutex.cs
- AssemblyInfo.cs
- DataControlButton.cs
- Scene3D.cs
- FixedSOMContainer.cs
- DoubleLinkList.cs
- cryptoapiTransform.cs
- AddInControllerImpl.cs
- CompressEmulationStream.cs
- BufferedGraphicsContext.cs
- RegisteredArrayDeclaration.cs
- EdgeModeValidation.cs
- TableLayoutColumnStyleCollection.cs
- PresentationAppDomainManager.cs
- _ProxyChain.cs
- CredentialCache.cs
- HMACSHA384.cs
- Rect3D.cs
- SHA384.cs
- MailWebEventProvider.cs
- FixedNode.cs
- TraceHandler.cs
- NativeMethods.cs
- Exceptions.cs
- Error.cs
- NamespaceCollection.cs