Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Specifies which ///is causing this event. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Authorization.cs
- NullReferenceException.cs
- CompositeControl.cs
- AttachmentService.cs
- StackBuilderSink.cs
- WebPartZone.cs
- BufferModesCollection.cs
- ElementHost.cs
- ObjectItemAssemblyLoader.cs
- XXXOnTypeBuilderInstantiation.cs
- CryptoApi.cs
- OperationCanceledException.cs
- PlatformCulture.cs
- FontDifferentiator.cs
- UpdatePanelTriggerCollection.cs
- XmlILConstructAnalyzer.cs
- CryptoKeySecurity.cs
- DocobjHost.cs
- XPathDocumentIterator.cs
- _NestedSingleAsyncResult.cs
- ObjectViewFactory.cs
- ConnectionProviderAttribute.cs
- FormViewCommandEventArgs.cs
- InvalidPrinterException.cs
- LineBreakRecord.cs
- AddIn.cs
- GCHandleCookieTable.cs
- ClientSession.cs
- FormClosedEvent.cs
- CanonicalXml.cs
- ReachFixedDocumentSerializerAsync.cs
- SamlAttributeStatement.cs
- ProfileManager.cs
- EntityTypeEmitter.cs
- ZoomPercentageConverter.cs
- FrameworkContextData.cs
- RootAction.cs
- IntSecurity.cs
- HtmlTable.cs
- SynchronizedInputPattern.cs
- WindowsFormsHostPropertyMap.cs
- BufferedOutputStream.cs
- XmlWriterTraceListener.cs
- SiteMapSection.cs
- ScheduleChanges.cs
- DataGridViewCellStateChangedEventArgs.cs
- AudioSignalProblemOccurredEventArgs.cs
- ChangeInterceptorAttribute.cs
- Assembly.cs
- CustomError.cs
- PriorityQueue.cs
- FrameworkElement.cs
- Int32KeyFrameCollection.cs
- XmlLanguage.cs
- XmlChoiceIdentifierAttribute.cs
- XmlSchemaAttribute.cs
- SharedStatics.cs
- ToolBarTray.cs
- EventSourceCreationData.cs
- WebPartConnectionsConnectVerb.cs
- BindingEntityInfo.cs
- DiscoveryOperationContextExtension.cs
- MenuBase.cs
- ArgumentValueSerializer.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- MailAddressCollection.cs
- ComPlusAuthorization.cs
- _CacheStreams.cs
- ValidationErrorCollection.cs
- ListViewItem.cs
- EditorPartCollection.cs
- HwndMouseInputProvider.cs
- XmlWriterTraceListener.cs
- EventPrivateKey.cs
- ConfigurationHandlersInstallComponent.cs
- InputLanguageCollection.cs
- MimeTypeMapper.cs
- DnsEndPoint.cs
- FontClient.cs
- BrowserDefinition.cs
- XmlAttributes.cs
- OleDbRowUpdatingEvent.cs
- OleDbPermission.cs
- AlignmentXValidation.cs
- ToggleButtonAutomationPeer.cs
- CompositeControl.cs
- ElementFactory.cs
- QueryExpr.cs
- RegexCaptureCollection.cs
- SmtpNegotiateAuthenticationModule.cs
- CodeParameterDeclarationExpression.cs
- PolicyLevel.cs
- DependencyPropertyValueSerializer.cs
- FontStretchConverter.cs
- MediaElement.cs
- ProcessThreadCollection.cs
- InkCanvasSelectionAdorner.cs
- BindableTemplateBuilder.cs
- ToolStripButton.cs
- SoapFault.cs