Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / SqlClient / SqlNotificationEventArgs.cs / 1305376 / SqlNotificationEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data.SqlClient { using System; using System.ComponentModel; using System.Collections; using System.Data; public 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
- TreeWalker.cs
- SmuggledIUnknown.cs
- Trace.cs
- DropShadowEffect.cs
- OrderByExpression.cs
- GetWinFXPath.cs
- RectangleF.cs
- FindProgressChangedEventArgs.cs
- InvalidPrinterException.cs
- ConstrainedDataObject.cs
- EditorPartCollection.cs
- Pens.cs
- DataTableCollection.cs
- _OSSOCK.cs
- ReadOnlyHierarchicalDataSourceView.cs
- SelectionRangeConverter.cs
- XpsThumbnail.cs
- Marshal.cs
- KnownBoxes.cs
- TypeConverterHelper.cs
- ChangePassword.cs
- ClientRuntimeConfig.cs
- DialogResultConverter.cs
- CryptoApi.cs
- MailBnfHelper.cs
- SqlException.cs
- C14NUtil.cs
- QilDataSource.cs
- DataGridColumnCollection.cs
- FileDialog.cs
- CompilerLocalReference.cs
- ImageClickEventArgs.cs
- EmptyEnumerator.cs
- CreateSequenceResponse.cs
- TraceSwitch.cs
- Variable.cs
- BitmapFrameDecode.cs
- HwndTarget.cs
- SubqueryRules.cs
- ExpressionNode.cs
- SqlNodeTypeOperators.cs
- WmfPlaceableFileHeader.cs
- SqlError.cs
- AdCreatedEventArgs.cs
- CircleHotSpot.cs
- AssemblyAssociatedContentFileAttribute.cs
- ViewManager.cs
- ConsoleCancelEventArgs.cs
- ViewPort3D.cs
- ClientBuildManagerCallback.cs
- ExtractorMetadata.cs
- RequiredAttributeAttribute.cs
- NetworkInterface.cs
- CommandID.cs
- DataGridViewAutoSizeModeEventArgs.cs
- ServiceChannelProxy.cs
- BamlLocalizableResourceKey.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- BufferedWebEventProvider.cs
- StrokeCollectionDefaultValueFactory.cs
- PrinterSettings.cs
- _NtlmClient.cs
- EastAsianLunisolarCalendar.cs
- WindowsAuthenticationEventArgs.cs
- ExpressionVisitor.cs
- AliasedSlot.cs
- KeyGestureValueSerializer.cs
- DateTimeOffsetConverter.cs
- ReadOnlyDictionary.cs
- XmlQueryType.cs
- XamlSerializationHelper.cs
- AccessibleObject.cs
- AdapterUtil.cs
- ListBoxItemWrapperAutomationPeer.cs
- AnnotationStore.cs
- CapacityStreamGeometryContext.cs
- GeneralTransform.cs
- XmlStreamStore.cs
- HttpRequestCacheValidator.cs
- ExpressionBuilder.cs
- CheckableControlBaseAdapter.cs
- TableLayoutStyleCollection.cs
- SqlDataSourceAdvancedOptionsForm.cs
- NavigationFailedEventArgs.cs
- WmiInstallComponent.cs
- QilTargetType.cs
- X509SecurityTokenProvider.cs
- EventManager.cs
- SQLGuidStorage.cs
- EnterpriseServicesHelper.cs
- PolicyManager.cs
- MessageEncodingBindingElement.cs
- CompressionTransform.cs
- DataChangedEventManager.cs
- BinarySerializer.cs
- AttributeExtensions.cs
- BinHexEncoder.cs
- FormViewUpdatedEventArgs.cs
- BindingExpressionBase.cs
- BufferedGraphics.cs