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
- MetricEntry.cs
- UpdateEventArgs.cs
- MemberAccessException.cs
- DataControlButton.cs
- TemplateBuilder.cs
- XmlCharCheckingWriter.cs
- ToolStripContainer.cs
- LoginUtil.cs
- DesignBindingConverter.cs
- ChildrenQuery.cs
- SocketAddress.cs
- PageHandlerFactory.cs
- ViewBase.cs
- WizardStepCollectionEditor.cs
- SubclassTypeValidator.cs
- MouseGestureConverter.cs
- Stream.cs
- OracleCommand.cs
- OracleBFile.cs
- RightsManagementEncryptionTransform.cs
- APCustomTypeDescriptor.cs
- ConstraintManager.cs
- MailWebEventProvider.cs
- AssemblyName.cs
- OlePropertyStructs.cs
- Converter.cs
- RowTypeElement.cs
- ConfigurationException.cs
- BufferedOutputStream.cs
- BindingExpressionUncommonField.cs
- ToolStripDropDownItemDesigner.cs
- TrackingMemoryStreamFactory.cs
- TriState.cs
- XMLSyntaxException.cs
- TextElement.cs
- InvalidCastException.cs
- EntityEntry.cs
- PageEventArgs.cs
- SqlInternalConnectionSmi.cs
- Model3D.cs
- ObservableCollection.cs
- SerializationInfo.cs
- _SpnDictionary.cs
- NativeCppClassAttribute.cs
- Object.cs
- ToolBarPanel.cs
- AstTree.cs
- Point3DAnimationBase.cs
- bidPrivateBase.cs
- CellTreeNodeVisitors.cs
- Update.cs
- DataRowView.cs
- EntityModelBuildProvider.cs
- Condition.cs
- FixedTextBuilder.cs
- CodeConstructor.cs
- CaseInsensitiveHashCodeProvider.cs
- Propagator.Evaluator.cs
- BitmapEffectGeneralTransform.cs
- XsltArgumentList.cs
- DispatcherExceptionFilterEventArgs.cs
- SystemDropShadowChrome.cs
- MethodToken.cs
- ResourceManager.cs
- UnrecognizedPolicyAssertionElement.cs
- SingleAnimation.cs
- selecteditemcollection.cs
- FrameworkRichTextComposition.cs
- XmlBoundElement.cs
- CompilerGlobalScopeAttribute.cs
- BackgroundWorker.cs
- HttpDebugHandler.cs
- SpellerError.cs
- RuleSetReference.cs
- SpStreamWrapper.cs
- BinHexDecoder.cs
- OraclePermission.cs
- Enum.cs
- StoreAnnotationsMap.cs
- WebConfigurationFileMap.cs
- CollectionViewProxy.cs
- DataGridCommandEventArgs.cs
- ConversionValidationRule.cs
- OracleDateTime.cs
- SequenceFullException.cs
- HtmlTableRowCollection.cs
- SafeBuffer.cs
- AdRotator.cs
- WorkflowOwnershipException.cs
- ExtensionQuery.cs
- Vertex.cs
- ZipIOExtraField.cs
- MarginCollapsingState.cs
- SqlTriggerAttribute.cs
- ForEachAction.cs
- DataServiceQueryException.cs
- WebPartVerb.cs
- FormatConvertedBitmap.cs
- SynchronizedPool.cs
- ApplicationDirectory.cs