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
- DataGridViewTextBoxEditingControl.cs
- ItemsControlAutomationPeer.cs
- FlowLayoutPanelDesigner.cs
- CreateUserWizard.cs
- COM2EnumConverter.cs
- EditingMode.cs
- LoginView.cs
- SessionPageStatePersister.cs
- Header.cs
- PointValueSerializer.cs
- StateManagedCollection.cs
- DiscoveryClientReferences.cs
- ThicknessKeyFrameCollection.cs
- PathSegment.cs
- ListViewGroup.cs
- ButtonField.cs
- _TransmitFileOverlappedAsyncResult.cs
- MethodSet.cs
- PrinterSettings.cs
- SettingsPropertyIsReadOnlyException.cs
- SqlClientWrapperSmiStream.cs
- VariableExpressionConverter.cs
- TextSpanModifier.cs
- ErrorInfoXmlDocument.cs
- DynamicResourceExtensionConverter.cs
- EngineSite.cs
- Win32PrintDialog.cs
- PagedControl.cs
- ExportOptions.cs
- MetadataFile.cs
- SchemaTableColumn.cs
- SharedStatics.cs
- RepeaterItemEventArgs.cs
- JoinTreeNode.cs
- MappingModelBuildProvider.cs
- PerformanceCounterCategory.cs
- _NegoState.cs
- GroupBox.cs
- AddInAdapter.cs
- DataGridViewCheckBoxCell.cs
- WebPartVerbsEventArgs.cs
- SortedSet.cs
- DateTimeOffset.cs
- AudioStateChangedEventArgs.cs
- ExpressionEditorAttribute.cs
- FixUpCollection.cs
- InputMethod.cs
- RawStylusInputCustomData.cs
- EndpointAddressMessageFilterTable.cs
- querybuilder.cs
- ListSortDescription.cs
- ToolStripContentPanel.cs
- PrefixQName.cs
- jithelpers.cs
- RequestCacheEntry.cs
- GeneralTransformGroup.cs
- NameValueFileSectionHandler.cs
- SHA1Cng.cs
- EventMappingSettingsCollection.cs
- ObjectDataSourceMethodEventArgs.cs
- QuestionEventArgs.cs
- PreApplicationStartMethodAttribute.cs
- PropertyGridEditorPart.cs
- BitmapEffectCollection.cs
- RC2.cs
- DesignerView.cs
- RtfToXamlLexer.cs
- SetState.cs
- Semaphore.cs
- DoubleAnimationUsingPath.cs
- DrawingGroup.cs
- CoTaskMemHandle.cs
- keycontainerpermission.cs
- DbTransaction.cs
- ITextView.cs
- input.cs
- TableCell.cs
- CommonXSendMessage.cs
- PackageProperties.cs
- HostingEnvironmentException.cs
- TypeToken.cs
- BatchServiceHost.cs
- DbConnectionInternal.cs
- ToolStripStatusLabel.cs
- DESCryptoServiceProvider.cs
- EntityConnectionStringBuilder.cs
- OdbcConnectionPoolProviderInfo.cs
- UnmanagedMarshal.cs
- CompModSwitches.cs
- XmlTextReaderImpl.cs
- OpenFileDialog.cs
- OleDbSchemaGuid.cs
- DataExchangeServiceBinder.cs
- CrossSiteScriptingValidation.cs
- FixedLineResult.cs
- MulticastOption.cs
- CheckBoxStandardAdapter.cs
- UserInitiatedNavigationPermission.cs
- SymLanguageVendor.cs
- BinaryParser.cs