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
- ToolStripDropDownClosedEventArgs.cs
- HtmlTableCell.cs
- __Error.cs
- PlainXmlWriter.cs
- URLEditor.cs
- EventTrigger.cs
- Lasso.cs
- FlowLayoutPanel.cs
- IndependentlyAnimatedPropertyMetadata.cs
- TextComposition.cs
- PageRanges.cs
- EditorPartCollection.cs
- CalendarTable.cs
- ModifierKeysConverter.cs
- MailSettingsSection.cs
- SingleSelectRootGridEntry.cs
- ListControlConvertEventArgs.cs
- SourceFileBuildProvider.cs
- ElementMarkupObject.cs
- SymbolDocumentInfo.cs
- NumberFormatInfo.cs
- PrePostDescendentsWalker.cs
- ActiveXHelper.cs
- PenLineCapValidation.cs
- Dump.cs
- SimpleModelProvider.cs
- TextProviderWrapper.cs
- XmlTextEncoder.cs
- QilTargetType.cs
- TreeNodeMouseHoverEvent.cs
- DrawToolTipEventArgs.cs
- WebBodyFormatMessageProperty.cs
- ObservableDictionary.cs
- SqlUnionizer.cs
- HtmlProps.cs
- __Filters.cs
- PropertyGeneratedEventArgs.cs
- TablePattern.cs
- PageRanges.cs
- SQLDateTimeStorage.cs
- BCLDebug.cs
- XhtmlBasicCalendarAdapter.cs
- FamilyCollection.cs
- DecimalAnimation.cs
- WindowsStreamSecurityElement.cs
- ClientTarget.cs
- ManualResetEvent.cs
- PenCursorManager.cs
- DataGridRow.cs
- MetadataElement.cs
- Geometry.cs
- OleDbDataReader.cs
- ServerValidateEventArgs.cs
- RestHandlerFactory.cs
- SecurityResources.cs
- WindowsSysHeader.cs
- StylusCollection.cs
- Query.cs
- streamingZipPartStream.cs
- ScriptServiceAttribute.cs
- X509PeerCertificateAuthentication.cs
- DocumentApplicationJournalEntry.cs
- ListViewEditEventArgs.cs
- EventManager.cs
- DoubleAnimationUsingKeyFrames.cs
- DependencyProperty.cs
- AsyncInvokeOperation.cs
- IISMapPath.cs
- Matrix3D.cs
- SafeRightsManagementQueryHandle.cs
- AdornerLayer.cs
- XmlSchemaSearchPattern.cs
- NGCUIElementCollectionSerializerAsync.cs
- SizeAnimation.cs
- CreateWorkflowOwnerCommand.cs
- SqlUtils.cs
- MsmqTransportSecurityElement.cs
- HeaderUtility.cs
- TextRunTypographyProperties.cs
- GridProviderWrapper.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- PresentationTraceSources.cs
- FormView.cs
- ServicePoint.cs
- StylusCollection.cs
- DynamicDocumentPaginator.cs
- ContentElementCollection.cs
- DataContractSerializerFaultFormatter.cs
- Encoder.cs
- ContractReference.cs
- TemplateNameScope.cs
- DesignerActionListCollection.cs
- PackageRelationship.cs
- TextElementEnumerator.cs
- TraceContext.cs
- Utils.cs
- DesignerRegionCollection.cs
- Button.cs
- RSAPKCS1SignatureDeformatter.cs
- FixedTextContainer.cs