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
- TextBoxView.cs
- HierarchicalDataBoundControlAdapter.cs
- EditBehavior.cs
- EpmSourcePathSegment.cs
- ExpressionConverter.cs
- SqlRowUpdatedEvent.cs
- Html32TextWriter.cs
- PersistenceMetadataNamespace.cs
- Style.cs
- ValueProviderWrapper.cs
- TypeBuilder.cs
- FaultHandlingFilter.cs
- SymbolPair.cs
- CodeObject.cs
- ToolbarAUtomationPeer.cs
- SlipBehavior.cs
- WebPartExportVerb.cs
- ToolboxItemCollection.cs
- PrintControllerWithStatusDialog.cs
- MenuCommand.cs
- TypedServiceOperationListItem.cs
- EventLogReader.cs
- DocumentOrderQuery.cs
- DataException.cs
- NativeActivityMetadata.cs
- ArglessEventHandlerProxy.cs
- XComponentModel.cs
- DbConnectionHelper.cs
- Calendar.cs
- BooleanExpr.cs
- Documentation.cs
- PerspectiveCamera.cs
- BorderGapMaskConverter.cs
- HijriCalendar.cs
- TrackBarRenderer.cs
- LongValidator.cs
- WebDisplayNameAttribute.cs
- FormDocumentDesigner.cs
- VideoDrawing.cs
- OperatingSystemVersionCheck.cs
- IdentityNotMappedException.cs
- RemotingConfigParser.cs
- AdornerPresentationContext.cs
- AddressAccessDeniedException.cs
- MarshalByValueComponent.cs
- EventLogWatcher.cs
- MatchSingleFxEngineOpcode.cs
- ListBox.cs
- TraceContextRecord.cs
- NameValueConfigurationElement.cs
- SplineKeyFrames.cs
- DataGridColumnCollection.cs
- PageContentCollection.cs
- AutomationElementCollection.cs
- VariantWrapper.cs
- StorageRoot.cs
- DynamicFilterExpression.cs
- XPathNavigator.cs
- ConfigurationLocation.cs
- ErasingStroke.cs
- OleDbConnectionFactory.cs
- SecurityKeyIdentifierClause.cs
- ClientScriptManagerWrapper.cs
- ToolStripMenuItem.cs
- ServiceTimeoutsElement.cs
- SpanIndex.cs
- Memoizer.cs
- DescriptionAttribute.cs
- _NtlmClient.cs
- cookieexception.cs
- UnicodeEncoding.cs
- FormViewDeletedEventArgs.cs
- IOThreadScheduler.cs
- Graph.cs
- XmlValidatingReader.cs
- SystemIPGlobalProperties.cs
- WebHeaderCollection.cs
- Cursors.cs
- TraceSection.cs
- SessionEndedEventArgs.cs
- WinFormsSecurity.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- sitestring.cs
- ConstructorBuilder.cs
- Stream.cs
- AutoSizeComboBox.cs
- DotExpr.cs
- DispatcherExceptionEventArgs.cs
- HttpFileCollection.cs
- MaterializeFromAtom.cs
- WebServiceHandler.cs
- TraceSwitch.cs
- DBSqlParserColumnCollection.cs
- SqlTriggerContext.cs
- RSAOAEPKeyExchangeDeformatter.cs
- MouseButtonEventArgs.cs
- XmlAnyAttributeAttribute.cs
- Assert.cs
- HierarchicalDataSourceControl.cs
- SignedXml.cs