Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1 / PrintEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies which ///is causing this event. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Printing { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; using System.ComponentModel; ////// /// public class PrintEventArgs : CancelEventArgs { private PrintAction printAction; ///Provides data for the ///and /// events. /// /// public PrintEventArgs() { } ////// Initializes a new instance of the ///class. /// /// /// internal PrintEventArgs(PrintAction action) { this.printAction = action; } ////// Initializes a new instance of the ///class. /// /// /// public PrintAction PrintAction { get { return printAction; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies which ///is causing this event. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextEffect.cs
- RuntimeEnvironment.cs
- StringAnimationUsingKeyFrames.cs
- Parser.cs
- ListParaClient.cs
- SqlTransaction.cs
- XmlElementList.cs
- CustomCredentialPolicy.cs
- PathFigure.cs
- ContainerFilterService.cs
- MonthChangedEventArgs.cs
- _SafeNetHandles.cs
- FormCollection.cs
- NativeRecognizer.cs
- UntypedNullExpression.cs
- XmlSchemaSimpleContentRestriction.cs
- EFTableProvider.cs
- CacheForPrimitiveTypes.cs
- BuildTopDownAttribute.cs
- GlyphRunDrawing.cs
- WeakEventManager.cs
- RecordConverter.cs
- JoinTreeSlot.cs
- FixedSOMElement.cs
- ProviderConnectionPointCollection.cs
- BufferedGraphicsContext.cs
- EllipticalNodeOperations.cs
- GenericTextProperties.cs
- TextStore.cs
- VirtualPath.cs
- InkCollectionBehavior.cs
- ResourceReferenceExpression.cs
- XmlQuerySequence.cs
- MaterialCollection.cs
- ChangePassword.cs
- DeferredTextReference.cs
- ApplicationActivator.cs
- MobileSysDescriptionAttribute.cs
- DiagnosticsConfigurationHandler.cs
- EventTrigger.cs
- ConfigXmlAttribute.cs
- WebContentFormatHelper.cs
- BrowserCapabilitiesCodeGenerator.cs
- EntityDesignerBuildProvider.cs
- ListCommandEventArgs.cs
- SystemIPInterfaceProperties.cs
- SupportingTokenBindingElement.cs
- DesignerCatalogPartChrome.cs
- IpcManager.cs
- IResourceProvider.cs
- SafeArrayTypeMismatchException.cs
- FixedSchema.cs
- MessageEventSubscriptionService.cs
- ListView.cs
- _SslStream.cs
- QuaternionAnimation.cs
- SourceChangedEventArgs.cs
- ImageDesigner.cs
- EndOfStreamException.cs
- XmlDocumentFieldSchema.cs
- DataGridViewTextBoxCell.cs
- SynchronizationHandlesCodeDomSerializer.cs
- CatalogPartChrome.cs
- PointHitTestResult.cs
- Canvas.cs
- TypeViewSchema.cs
- PersonalizationProviderHelper.cs
- BaseTemplateBuildProvider.cs
- SelectedCellsChangedEventArgs.cs
- ServiceReference.cs
- EventRecordWrittenEventArgs.cs
- UriSchemeKeyedCollection.cs
- bidPrivateBase.cs
- ListItemConverter.cs
- AndCondition.cs
- TypeConverterHelper.cs
- XhtmlBasicPageAdapter.cs
- Literal.cs
- XmlSerializationReader.cs
- ByteFacetDescriptionElement.cs
- Matrix3DStack.cs
- ScrollChrome.cs
- CssClassPropertyAttribute.cs
- RegisteredHiddenField.cs
- Missing.cs
- WebPermission.cs
- IgnoreFileBuildProvider.cs
- SslStream.cs
- CryptographicAttribute.cs
- DataGridViewCellStateChangedEventArgs.cs
- Form.cs
- ToolboxComponentsCreatingEventArgs.cs
- InputReport.cs
- DataMemberAttribute.cs
- BamlWriter.cs
- CmsUtils.cs
- KerberosRequestorSecurityToken.cs
- ScriptControlManager.cs
- SecurityManager.cs
- IResourceProvider.cs