Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- VariantWrapper.cs
- ArrayConverter.cs
- HttpCookie.cs
- GeneralTransform2DTo3D.cs
- Int32CollectionValueSerializer.cs
- DataGridViewRowCancelEventArgs.cs
- WebSysDisplayNameAttribute.cs
- AutomationPatternInfo.cs
- SByte.cs
- SetIterators.cs
- ApplicationInterop.cs
- SystemColorTracker.cs
- XmlTextAttribute.cs
- safemediahandle.cs
- NumericUpDown.cs
- MouseGestureConverter.cs
- SelectedGridItemChangedEvent.cs
- Invariant.cs
- SafeFileHandle.cs
- ReadOnlyNameValueCollection.cs
- Point4DValueSerializer.cs
- EventMappingSettings.cs
- WindowsMenu.cs
- ExtractorMetadata.cs
- WebPartDisplayModeCancelEventArgs.cs
- ProfileEventArgs.cs
- GridLength.cs
- ObjectListSelectEventArgs.cs
- CodeExporter.cs
- PersistenceMetadataNamespace.cs
- NavigationWindowAutomationPeer.cs
- InputGestureCollection.cs
- HierarchicalDataBoundControlAdapter.cs
- ReverseInheritProperty.cs
- CodeParameterDeclarationExpressionCollection.cs
- Attributes.cs
- InternalSafeNativeMethods.cs
- XmlCustomFormatter.cs
- ToolboxComponentsCreatingEventArgs.cs
- FontDriver.cs
- RectValueSerializer.cs
- EffectiveValueEntry.cs
- User.cs
- Point.cs
- Part.cs
- DataMisalignedException.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- HtmlImage.cs
- ProjectionQueryOptionExpression.cs
- WebPartEditorApplyVerb.cs
- SectionXmlInfo.cs
- PassportAuthenticationEventArgs.cs
- DetailsViewUpdatedEventArgs.cs
- InternalConfigConfigurationFactory.cs
- ColorTransform.cs
- AutoCompleteStringCollection.cs
- XmlSortKey.cs
- HitTestFilterBehavior.cs
- XmlDataSourceView.cs
- PeerInvitationResponse.cs
- ImageCodecInfoPrivate.cs
- ProxyGenerationError.cs
- OleDbReferenceCollection.cs
- PerformanceCounterScope.cs
- UserControlDocumentDesigner.cs
- StyleCollection.cs
- EntityConnection.cs
- OdbcError.cs
- DataSet.cs
- Decorator.cs
- FileFormatException.cs
- WindowProviderWrapper.cs
- MetadataCache.cs
- MaterializeFromAtom.cs
- DataStorage.cs
- ExpressionNode.cs
- DispatcherExceptionFilterEventArgs.cs
- XmlCollation.cs
- DebugView.cs
- XmlSchemaSimpleType.cs
- Utils.cs
- CounterCreationDataCollection.cs
- XmlReaderDelegator.cs
- ISAPIRuntime.cs
- CodeDomComponentSerializationService.cs
- HttpHandlersSection.cs
- GeneralTransformGroup.cs
- ListBoxItem.cs
- TcpServerChannel.cs
- WebPartMenuStyle.cs
- SID.cs
- DateTimeValueSerializerContext.cs
- SourceFileBuildProvider.cs
- DateTimeFormat.cs
- LambdaCompiler.Binary.cs
- CompressionTransform.cs
- CompleteWizardStep.cs
- SystemWebExtensionsSectionGroup.cs
- RemoteHelper.cs
- Stopwatch.cs