Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Printing / PrintEvent.cs / 1305376 / 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
- CodeExpressionCollection.cs
- TypedAsyncResult.cs
- Soap12ServerProtocol.cs
- GPRECT.cs
- DataRow.cs
- OpCodes.cs
- DocumentPageTextView.cs
- CustomSignedXml.cs
- DateTimeStorage.cs
- RightsManagementEncryptedStream.cs
- PanelDesigner.cs
- PaperSource.cs
- CodePrimitiveExpression.cs
- XamlContextStack.cs
- ItemChangedEventArgs.cs
- SqlVersion.cs
- SystemEvents.cs
- unsafenativemethodsother.cs
- autovalidator.cs
- PageContentAsyncResult.cs
- HttpHandlerAction.cs
- SerializationFieldInfo.cs
- COM2ComponentEditor.cs
- EntityDataSourceWizardForm.cs
- CreateUserWizardStep.cs
- DoubleAnimation.cs
- NotImplementedException.cs
- DriveInfo.cs
- DelimitedListTraceListener.cs
- IDReferencePropertyAttribute.cs
- MetadataUtil.cs
- MetadataHelper.cs
- FormViewUpdateEventArgs.cs
- HttpServerVarsCollection.cs
- ServiceHostFactory.cs
- SqlParameterCollection.cs
- HtmlCommandAdapter.cs
- ActivationServices.cs
- DataSetMappper.cs
- HttpResponseHeader.cs
- COM2PropertyDescriptor.cs
- ErrorInfoXmlDocument.cs
- ExternalFile.cs
- MultiView.cs
- EntityReference.cs
- AttachedAnnotationChangedEventArgs.cs
- StreamGeometry.cs
- StrongNameKeyPair.cs
- CharEntityEncoderFallback.cs
- ExpressionBinding.cs
- WebPartActionVerb.cs
- KeyEvent.cs
- TypeDefinition.cs
- Repeater.cs
- EventEntry.cs
- SiteMapSection.cs
- WebProxyScriptElement.cs
- SchemaDeclBase.cs
- NameTable.cs
- EvidenceBase.cs
- TemplateKeyConverter.cs
- PersistChildrenAttribute.cs
- DateTimeParse.cs
- WsdlParser.cs
- SaveFileDialog.cs
- WebPartActionVerb.cs
- NoClickablePointException.cs
- XdrBuilder.cs
- DataTemplateSelector.cs
- ContextMenu.cs
- ValueUtilsSmi.cs
- CaseInsensitiveHashCodeProvider.cs
- HwndProxyElementProvider.cs
- EventDescriptor.cs
- MD5.cs
- infer.cs
- ImageClickEventArgs.cs
- WindowsFormsSectionHandler.cs
- IFormattable.cs
- ProjectionCamera.cs
- ParameterCollection.cs
- WebPartDeleteVerb.cs
- ContainerSelectorActiveEvent.cs
- RelationHandler.cs
- DataViewListener.cs
- TextFragmentEngine.cs
- PixelFormats.cs
- RoutingEndpointTrait.cs
- Trigger.cs
- AttachedAnnotationChangedEventArgs.cs
- DeviceFilterEditorDialog.cs
- WriteableOnDemandStream.cs
- Baml6Assembly.cs
- OperationContext.cs
- MediaElementAutomationPeer.cs
- NextPreviousPagerField.cs
- ConvertTextFrag.cs
- LicenseManager.cs
- WindowPatternIdentifiers.cs
- XmlReturnWriter.cs