Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InputReportEventArgs.cs
- CreatingCookieEventArgs.cs
- Metafile.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- StylusEditingBehavior.cs
- DialogBaseForm.cs
- EditingCoordinator.cs
- HttpWrapper.cs
- InstanceData.cs
- ReadOnlyDictionary.cs
- TreeNodeStyleCollection.cs
- ObjectDataSourceDisposingEventArgs.cs
- SafeRsaProviderHandle.cs
- CapabilitiesRule.cs
- MarkerProperties.cs
- DataObject.cs
- CommandField.cs
- TextRenderer.cs
- TaskFileService.cs
- FacetChecker.cs
- EventLogPermissionAttribute.cs
- XmlSortKeyAccumulator.cs
- ProtectedConfiguration.cs
- RecognizedPhrase.cs
- PriorityBindingExpression.cs
- CustomServiceCredentials.cs
- RepeatInfo.cs
- diagnosticsswitches.cs
- CellConstant.cs
- PrinterResolution.cs
- Double.cs
- LinqDataSourceInsertEventArgs.cs
- TextLine.cs
- RequestValidator.cs
- LogLogRecordHeader.cs
- ServiceBehaviorElementCollection.cs
- WebPartCatalogCloseVerb.cs
- HighContrastHelper.cs
- CharConverter.cs
- UpdateCompiler.cs
- TcpAppDomainProtocolHandler.cs
- QueryRelOp.cs
- GridViewRowEventArgs.cs
- XmlNamespaceManager.cs
- SmiEventStream.cs
- TypedTableBaseExtensions.cs
- BaseCodePageEncoding.cs
- ResXResourceSet.cs
- FactoryId.cs
- InvalidComObjectException.cs
- XmlSortKey.cs
- TextBoxRenderer.cs
- WpfGeneratedKnownProperties.cs
- NotifyCollectionChangedEventArgs.cs
- XsltQilFactory.cs
- _ProxyRegBlob.cs
- MenuAutomationPeer.cs
- FieldNameLookup.cs
- MarginsConverter.cs
- ExplicitDiscriminatorMap.cs
- PropertyPath.cs
- TableRow.cs
- TypedColumnHandler.cs
- XPathBinder.cs
- AggregateNode.cs
- StyleHelper.cs
- Point3DCollection.cs
- SuppressMergeCheckAttribute.cs
- NameValueCollection.cs
- TypefaceMetricsCache.cs
- ToolStripDropDownClosingEventArgs.cs
- OLEDB_Enum.cs
- Vector3DIndependentAnimationStorage.cs
- ScriptControl.cs
- ValidateNames.cs
- StringExpressionSet.cs
- _WebProxyDataBuilder.cs
- ObjectItemLoadingSessionData.cs
- X509Certificate2.cs
- If.cs
- ComponentDispatcherThread.cs
- PropertyAccessVisitor.cs
- HttpMethodConstraint.cs
- ReflectionPermission.cs
- ServiceInstallComponent.cs
- RemoteWebConfigurationHost.cs
- CodeNamespace.cs
- CookielessHelper.cs
- ServiceModelActivity.cs
- PkcsUtils.cs
- StrokeRenderer.cs
- SeverityFilter.cs
- RowSpanVector.cs
- DependencyObjectPropertyDescriptor.cs
- DeflateStream.cs
- _NetworkingPerfCounters.cs
- SqlCacheDependency.cs
- PerformanceCounterPermissionEntryCollection.cs
- PropertyConverter.cs
- AsymmetricSecurityProtocol.cs